From 6f0b627a618ff5185edf085fbd062a13e9c4921a Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Sat, 30 Apr 2022 00:39:13 +0100 Subject: [PATCH] ORDER! --- src/worker/cleanup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker/cleanup.js b/src/worker/cleanup.js index bbc2707..74061e6 100644 --- a/src/worker/cleanup.js +++ b/src/worker/cleanup.js @@ -123,8 +123,8 @@ async function deleteOverQuotaDrives() { dongle_id: dongleId, is_deleted: false, is_preserved: false, - order: [['created', 'ASC']], }, + order: [['created', 'ASC']], }); if (drive) {