Nick: revert trailing comma

This commit is contained in:
Nicolas
2024-12-11 19:51:08 -03:00
parent 52f2e733e2
commit 8a1c404918
121 changed files with 1965 additions and 1952 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ export async function logCrawl(job_id: string, team_id: string) {
.insert([
{
job_id: job_id,
team_id: team_id
}
team_id: team_id,
},
]);
} catch (error) {
logger.error(`Error logging crawl job to supabase:\n${error}`);