fix(GRO-639): add trailing newline to reminders.ts

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Flea Flicker
2026-04-16 17:33:20 +00:00
parent a407f866d5
commit 8f97a19cdd
+1
View File
@@ -182,3 +182,4 @@ export async function runSessionCleanup(): Promise<void> {
.delete(session)
.where(lt(session.expiresAt, now));
}