This commit is contained in:
shamoon
2023-09-13 23:46:26 -07:00
parent 78ae4c42f7
commit cc90b45022
2 changed files with 2 additions and 2 deletions

View File

@@ -835,7 +835,7 @@ class StoragePathSerializer(MatchingModelSerializer, OwnedObjectSerializer):
tag_list="tag_list",
owner_username="someone",
original_name="testfile",
dock_pk="doc_pk",
doc_pk="doc_pk",
)
except KeyError as err: