Skip to content

Commit

Permalink
Merge branch 'gv-files-provider-waffle' of https://github.com/Johneto…
Browse files Browse the repository at this point in the history
…rdoff/osf.io into gv-files-provider-waffle

* 'gv-files-provider-waffle' of https://github.com/Johnetordoff/osf.io:
  • Loading branch information
John Tordoff committed May 16, 2024
2 parents 661374c + 1b668ff commit c7606c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/base/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def get_file_node_from_wb_resp(self, item):
provider_name = GravyValetAddonAppConfig(
item,
attrs['provider'],
self.request
self.request,
).legacy_config.name
file_node = BaseFileNode.resolve_class(
provider_name,
Expand Down

0 comments on commit c7606c9

Please sign in to comment.