Skip to content

Commit e141a81

Browse files
committed
removing console log statement
1 parent c3233ae commit e141a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/awsAccess.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const addUserToAWSGroup = async (req, res) => {
77
const { groupId, userId } = req.body;
88

99
try {
10+
console.log("discord id ", userId);
1011
const userInfoData = await dataAccess.retrieveUsers({ discordId: userId, level: userDataLevels.ACCESS_LEVEL.INTERNAL, role: 'cloudfare_worker'});
1112
if (!userInfoData.userExists) {
1213
return res.status(400).json({ error: "User not found" });

0 commit comments

Comments
 (0)