Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyvu committed Jan 16, 2025
1 parent 83f8839 commit e65da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda/update/updatePackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const sendUpdateIdMessage = async ({

// check if a package with this new ID already exists
const packageExists = await getPackage(updatedId);
console.log(packageExists, "WHAT IS THIS");
// console.log(packageExists, "WHAT IS THIS");
if (packageExists?.found) {
return response({
statusCode: 400,
Expand Down

0 comments on commit e65da1c

Please sign in to comment.