We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9095c03 commit 1ddb3b4Copy full SHA for 1ddb3b4
1 file changed
ayon_api/server_api.py
@@ -1414,7 +1414,7 @@ def _download_file_to_stream(
1414
if api_prepended:
1415
self.log.warning(
1416
f"Auto-fixed endpoint '{endpoint}' -> 'api/{endpoint}'."
1417
- " Please fix the endpoit passed to the function."
+ " Please fix the endpoint passed to the function."
1418
)
1419
1420
def download_file_to_stream(
@@ -1702,7 +1702,7 @@ def _upload_file(
1702
1703
1704
1705
1706
1707
return response
1708
0 commit comments