Skip to content

Commit

Permalink
im dumb dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 8, 2023
1 parent 80110be commit 315138a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/pds/src/migrate-script/load-dids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ const run = async () => {
.execute(),
),
)
await db
.insertInto('status')
.values(dids)
.onConflict((oc) => oc.doNothing())
.execute()
}

run()

0 comments on commit 315138a

Please sign in to comment.