Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Dec 16, 2024
1 parent ef29859 commit cdd6db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozepy/templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ async def duplicate(
"workspace_id": workspace_id,
"name": name,
}
return self._requester.arequest("post", url, False, TemplateDuplicateRes, headers=headers, body=body)
return await self._requester.arequest("post", url, False, TemplateDuplicateRes, headers=headers, body=body)

0 comments on commit cdd6db6

Please sign in to comment.