This commit is contained in:
Hailey
2025-08-31 15:50:14 -07:00
parent d7bd7cd52f
commit aecb288086
-1
View File
@@ -200,7 +200,6 @@ export class SafelinkClient {
} else {
await this.db.transaction(async db => {
for (const rule of res.data.events) {
redirectLogger.info(rule.id)
if (rule.eventType === 'removeRule') {
await this.removeRule(db, rule)
} else {