Skip to content

Commit

Permalink
AIRAVATA-3420 Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
machristie committed Aug 23, 2021
1 parent ab92227 commit 8e3f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airavata_django_portal_sdk/user_storage/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_user_storage_provider(request, owner_username=None, storage_resource_id=

def get_default_storage_resource_id(request):
backend = get_user_storage_provider(request)
return backend.storage_resource_id
return backend.resource_id


def save(request, path, file, name=None, content_type=None, storage_resource_id=None, experiment_id=None):
Expand Down

0 comments on commit 8e3f23f

Please sign in to comment.