Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorabito-woolpert committed Jan 14, 2025
1 parent 547173d commit cd5a722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class DispatcherClient {
const startTime = Date.now();
let headers = new HttpHeaders({
'content-encoding': 'gzip',
'enctype': 'multipart/form-data',
enctype: 'multipart/form-data',
});
if (request.timeout) {
headers = headers.append('x-server-timeout', durationSeconds(request.timeout).toString());
Expand Down

0 comments on commit cd5a722

Please sign in to comment.