Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iRayanKhan authored Jun 25, 2020
1 parent c8bffb4 commit 325ea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const req = ({body, headers, method, pathname, query}) =>
body: body == null ? body : JSON.stringify(body),
headers: _.extend({
'Content-Type': 'application/json',
'User-Agent': 'myQ/14041 CFNetwork/1107.1 Darwin/19.0.0',
'User-Agent': 'myQ/19569 CFNetwork/1107.1 Darwin/19.0.0',
ApiVersion: '5.1',
BrandId: '2',
Culture: 'en',
Expand Down

0 comments on commit 325ea01

Please sign in to comment.