Skip to content

Commit 788d821

Browse files
author
AhmetMisirli
committed
space removed
1 parent 08987e4 commit 788d821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-sample/src/actions/password-recovery/modifyRecoveryDate/queries/updateRecoveryDate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const updateRecoveryDate = ({ email }) => submitQuery`
44
55
UPDATE password_recovery_requests
66
SET recovered_at = CURRENT_TIMESTAMP
7-
WHERE requested_email = ${email};
7+
WHERE requested_email = ${email};
88
99
`;
1010

0 commit comments

Comments
 (0)