Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyvu committed Nov 27, 2024
1 parent c4d5e23 commit bfee3a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/lambda/sinkMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ const processAndIndex = async ({
} else {
console.log("Skipping package with invalid format", result.error.message);
}

if (record.adminChangeType === "update-values") {
console.log("IN UPDATE VALUES");
console.log(record, "RECORD TO CHANGE");
docs.push(record);
}
}
if (record.adminChangeType === "update-values") {
console.log("IN UPDATE VALUES");
console.log(record, "RECORD TO CHANGE");
docs.push(record);
}
}
if (!record.event || record?.origin !== "mako") {
Expand Down

0 comments on commit bfee3a8

Please sign in to comment.