fix(backups): non-nullable service when backing up

pull/35/head
Houkime 2023-06-14 13:06:32 +00:00 committed by Inex Code
parent a8f72201a7
commit a48856c9ad
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ allSnapshots {
"""
API_BACK_UP_MUTATION = """
mutation TestBackupService($service_id: String) {
mutation TestBackupService($service_id: String!) {
startBackup(serviceId: $service_id) {
success
message