Skip to content

Commit e1816a8

Browse files
committed
wip: zip support
1 parent d03fd05 commit e1816a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h51/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def zip(
316316
notification_url=None
317317
):
318318
"""Create and store a ZIP archive from one or more existing assets"""
319-
resposne = client(
319+
response = client(
320320
'put',
321321
f'assets/zip',
322322
data={

0 commit comments

Comments
 (0)