Skip to content

Commit

Permalink
fix: invalid generation handling
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 7, 2023
1 parent c395bdf commit 0469cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/sync-audit-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ const syncOrganizationAudit = async (organization) => {
),
};

console.log(modelKey);
if (Object.keys(ModelKeys).includes(modelKey)) {
if (modelKey) {
const record = JSON.parse(decodeHex(diff.value));
Expand Down

0 comments on commit 0469cbf

Please sign in to comment.