diff --git a/flagsmith-jira-app/src/jira.ts b/flagsmith-jira-app/src/jira.ts index 660b292..c0719be 100644 --- a/flagsmith-jira-app/src/jira.ts +++ b/flagsmith-jira-app/src/jira.ts @@ -72,7 +72,7 @@ const setEntityProperty = async ( jsonResponse: false, headers: { "Accept": "application/json", - "Content-Type": "application/json" + "Content-Type": "application/json", }, }); };