Skip to content

Commit

Permalink
chore: lowercase the header
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed May 19, 2024
1 parent 7ac9679 commit df1744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function createForm(flowId, flowName) {

if (!flowId) {
var headers = {
Accept: "application/json",
accept: "application/json",
};

flowInfo = await initFlow(flowName, headers);
Expand Down

0 comments on commit df1744d

Please sign in to comment.