From efe8f448b9ec488d6d09be8b6d43e59a3bd9797c Mon Sep 17 00:00:00 2001 From: nickchomey <88559987+nickchomey@users.noreply.github.com> Date: Sun, 20 Mar 2022 10:57:21 -0600 Subject: [PATCH] . --- IncBackups/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IncBackups/views.py b/IncBackups/views.py index 8f319ac95..97fa94b65 100644 --- a/IncBackups/views.py +++ b/IncBackups/views.py @@ -291,7 +291,7 @@ def submit_backup_creation(request): data = json.loads(request.body) backup_domain = data['websiteToBeBacked'] - backup_destinations = data['backupDestinations'] + backup_destinations = 'onedrive' if ACLManager.checkOwnership(backup_domain, admin, current_acl) == 1: pass