Skip to content

Commit

Permalink
chore: discard tx mark stale
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Nov 21, 2024
1 parent cb64ac9 commit a5751e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/did/did.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ export class DIDService implements OnModuleInit, OnModuleDestroy {
}))
)
.orUpdate(['status'], ['document_id'])
.useTransaction(true)
.execute();

this.logger.debug(`Marked ${identifiers.length} stale documents`);
Expand Down

0 comments on commit a5751e2

Please sign in to comment.