Skip to content

Commit 6c58919

Browse files
committed
set log notification
1 parent 22b9512 commit 6c58919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notificationService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const checkNotifyEmail = async (uid) => {
1717
const result = await postHMAC('/notifications/check', data, {
1818
userId: uid,
1919
});
20+
console.log('[INFO][NOTIFICATION] checkNotifyEmail: ', result);
2021
return JSON.parse(result);
2122
} catch (error) {
2223
console.log('[ERROR] checkNotifyEmail', error);

0 commit comments

Comments
 (0)