Skip to content

Commit

Permalink
Insert
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jun 16, 2024
1 parent 84d9a49 commit 4de630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jobs/src/inbox/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ client.defineJob({

const { data: inboxData } = await io.supabase.client
.from("inbox")
.upsert({
.insert({
// NOTE: If we can't parse the name using OCR this will be the fallback name
display_name: filename,
team_id: teamId,
Expand Down

0 comments on commit 4de630c

Please sign in to comment.