Make Safelink event replay idempotent (#11524)
This commit is contained in:
Vendored
+1
@@ -137,6 +137,7 @@ export class SafelinkClient {
|
||||
action: rule.action,
|
||||
createdAt: rule.createdAt,
|
||||
})
|
||||
.onConflict(oc => oc.column('id').doNothing())
|
||||
.execute()
|
||||
.catch(err => {
|
||||
redirectLogger.error(
|
||||
|
||||
Reference in New Issue
Block a user