Skip to content

Commit

Permalink
Omit content-type header on Get FME Info request
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Cooney committed Mar 5, 2024
1 parent d54ed58 commit 494a9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activities/GetFmeInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class GetFmeInfo implements IActivityHandler {
});
},
"",
"application/x-www-form-urlencoded"
null! // eslint-disable-line @typescript-eslint/no-non-null-assertion
);
});
}
Expand Down

0 comments on commit 494a9a4

Please sign in to comment.