We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b9512 commit 6c58919Copy full SHA for 6c58919
src/notificationService.js
@@ -17,6 +17,7 @@ export const checkNotifyEmail = async (uid) => {
17
const result = await postHMAC('/notifications/check', data, {
18
userId: uid,
19
});
20
+ console.log('[INFO][NOTIFICATION] checkNotifyEmail: ', result);
21
return JSON.parse(result);
22
} catch (error) {
23
console.log('[ERROR] checkNotifyEmail', error);
0 commit comments