Skip to content

Commit

Permalink
Update auth.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtp0326 authored Oct 17, 2024
1 parent 8d1e19b commit f1f4ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/controllers/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const login = async (
});

// Datadog login
logger_info.log('Login');
logger_info.info('Login');
res.status(StatusCode.OK).send(user);
});
},
Expand Down Expand Up @@ -108,7 +108,7 @@ const logout = async (
});
}
// Datadog logout
logger_info.log('Logout');
logger_info.info('Logout');

// Mixpanel logout tracking
mixpanel.track('Logout', {
Expand Down

0 comments on commit f1f4ef5

Please sign in to comment.