Skip to content

Commit

Permalink
Update insert.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Apr 27, 2024
1 parent febafe8 commit fb8b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/insert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export async function insertMatch(
if (options.type === 'api' && !isProMatch(match as ApiMatch)) {
// Check whether we care about this match for pro purposes
// We need the basic match data to run the check, so only do it if type is api
console.log('[UPSERTMATCHPOSTGRES]: skipping due to check');
// console.log('[UPSERTMATCHPOSTGRES]: skipping due to check');
return;
}
// If parsed data, we want to make sure the match exists in DB
Expand Down

0 comments on commit fb8b111

Please sign in to comment.