Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyvu committed Jan 16, 2025
1 parent e65da1c commit 19992a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lambda/update/updatePackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ const sendUpdateIdMessage = async ({
body: { message: "New ID required to update package" },
});
}

console.log("BEFORE");
// 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 19992a6

Please sign in to comment.