fix: add code to wrong position
This commit is contained in:
parent
cbf1ac6fa6
commit
8d417e5c13
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ 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,
|
||||
}
|
||||
: [],
|
||||
);
|
||||
|
|
@ -249,6 +248,7 @@ export class BackupController extends Controller {
|
|||
name: v.summary,
|
||||
schedule: v.schedule,
|
||||
enabled: v.enabled,
|
||||
startAt: v.paused_until,
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue