Skip to content

Commit

Permalink
remove unneeded assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 4, 2024
1 parent 28bab20 commit 7690348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bsky/src/services/moderation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ export class ModerationService {
}

async reverseTakedownRecord(info: { uri: AtUri }) {
this.db.assertTransaction()
await this.db.db
.updateTable('record')
.set({ takedownRef: null })
Expand Down

0 comments on commit 7690348

Please sign in to comment.