Skip to content

Commit

Permalink
fix: remove json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky committed Feb 5, 2025
1 parent a7ce399 commit 73abf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/clients/facebook/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def create_library_template_message(
url, method="POST", json=template_data, headers=self._get_headers()
)

return response.json()
return response

def get_template_analytics(self, waba_id, fields):
url = f"{self.get_url}/{waba_id}/template_analytics"
Expand Down

0 comments on commit 73abf16

Please sign in to comment.