Skip to content

Commit

Permalink
Auth Controller Change
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanbellary committed Jan 17, 2025
1 parent 898cd5d commit b31ae96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/controllers/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ const logout = async (
}
});
}
<<<<<<< HEAD
=======
// Datadog logout
logger_info.info('Logout');

Expand All @@ -128,7 +126,6 @@ const logout = async (
distinct_id: req.user ? (req.user as IUser)._id : undefined,
email: req.user ? (req.user as IUser).email : undefined,
});
>>>>>>> f1f4ef540e1b7be713682effef4065efbcd7b07e
});
};

Expand Down

0 comments on commit b31ae96

Please sign in to comment.