[backend/queue] Code cleanup

This commit is contained in:
Laura Hausmann 2024-07-25 01:35:17 +02:00
parent 6c3f78a18b
commit e885f753a1
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -478,4 +478,4 @@ public class PostgresJobQueue<T>(
await db.SaveChangesAsync();
RaiseJobDelayedEvent();
}
}
}