Remove "prepare backup" step (#4551)

* Remove "prepare backup" step

* fix post-approval.ts
This commit is contained in:
Prospector
2025-10-14 15:35:50 -07:00
committed by GitHub
parent 4cd8ccd319
commit 03ed64c99f
6 changed files with 8 additions and 111 deletions

View File

@@ -41,12 +41,6 @@ export class BackupsModule extends ServerModule {
await this.fetch() // Refresh this module
}
async prepare(backupId: string): Promise<void> {
await useServersFetch(`servers/${this.serverId}/backups/${backupId}/prepare-download`, {
method: 'POST',
})
}
async lock(backupId: string): Promise<void> {
await useServersFetch(`servers/${this.serverId}/backups/${backupId}/lock`, {
method: 'POST',