feat: add startAt to response
This commit is contained in:
parent
e2424298cf
commit
cbf1ac6fa6
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
: [],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue