feat: add startAt to response

This commit is contained in:
Methapon2001 2024-07-19 10:52:05 +07:00
parent e2424298cf
commit cbf1ac6fa6

View file

@ -79,6 +79,7 @@ export class BackupController extends Controller {
storageSize: data.bucket.find((b) => a.key.replace(".sql.gz", "") === b.prefix)
?.size as number,
timestamp: a.lastModified as string,
startAt: a.paused_until as string,
}
: [],
);