fix(GRO-639): add trailing newline to reminders.ts
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -182,3 +182,4 @@ export async function runSessionCleanup(): Promise<void> {
|
|||||||
.delete(session)
|
.delete(session)
|
||||||
.where(lt(session.expiresAt, now));
|
.where(lt(session.expiresAt, now));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user