Skip to content

Commit

Permalink
fix: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant Shah authored and Nishant Shah committed Sep 9, 2024
1 parent ee0b1f4 commit 1941d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flagsmith-jira-app/src/jira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const setEntityProperty = async <T>(
jsonResponse: false,
headers: {
"Accept": "application/json",
"Content-Type": "application/json"
"Content-Type": "application/json",
},
});
};
Expand Down

0 comments on commit 1941d66

Please sign in to comment.