Skip to content

Commit 1941d66

Browse files
Nishant ShahNishant Shah
authored andcommitted
fix: add missing comma
1 parent ee0b1f4 commit 1941d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flagsmith-jira-app/src/jira.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const setEntityProperty = async <T>(
7272
jsonResponse: false,
7373
headers: {
7474
"Accept": "application/json",
75-
"Content-Type": "application/json"
75+
"Content-Type": "application/json",
7676
},
7777
});
7878
};

0 commit comments

Comments
 (0)