Skip to content

Commit

Permalink
Ozone update sig on label overwrite (#2308)
Browse files Browse the repository at this point in the history
ozone update sig
  • Loading branch information
dholms authored Mar 13, 2024
1 parent b286cd1 commit a0625ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ozone/src/mod-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,9 @@ export class ModerationService {
id: sql`${excluded('id')}`,
neg: sql`${excluded('neg')}`,
cts: sql`${excluded('cts')}`,
exp: sql`${excluded('exp')}`,
sig: sql`${excluded('sig')}`,
signingKeyId: sql`${excluded('signingKeyId')}`,
}),
)
.returningAll()
Expand Down

0 comments on commit a0625ba

Please sign in to comment.