Skip to content
Snippets Groups Projects
Verified Commit 527c60ca authored by Eunhak Lee's avatar Eunhak Lee
Browse files

fix: pc가 인증된 시각을 verified_at 으로 설정

parent 398cbf35
No related branches found
No related tags found
1 merge request!20내 PC를 인증된 조합으로 공유하기 기능
Pipeline #10830 passed
......@@ -17,7 +17,7 @@ const ShareRepository = {
shares.combination_id,
array(SELECT relations.part_id FROM relations WHERE relations.combination_id = shares.combination_id) as parts,
shares.created_at,
(SELECT created_at FROM combinations WHERE combinations.id = shares.combination_id) as updated_at
(SELECT created_at FROM combinations WHERE combinations.id = shares.combination_id) as verified_at
FROM shares
WHERE uuid=$1;`,
[uniqueId]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment