[FEATURE] Initial Mutability Features

This commit is contained in:
Dunemask 2024-01-23 13:02:16 -07:00
parent eb53e56dc7
commit ea54ee6239
6 changed files with 61 additions and 43 deletions

View file

@ -35,7 +35,7 @@ export async function createServerEntry(serverSpec) {
server_type,
memory,
extra_ports,
backup_enabled: !!backup_interval, // We already verified the payload, so any backup key will work
backup_enabled: !!backup_interval ? true : null, // We already verified the payload, so any backup key will work
backup_host,
backup_bucket_path,
backup_id,