You've already forked AstralRinth
forked from didirus/AstralRinth
Remove "prepare backup" step (#4551)
* Remove "prepare backup" step * fix post-approval.ts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user