Skip to content

Commit

Permalink
Merge pull request #7 from Moesif/fix-useragent
Browse files Browse the repository at this point in the history
Fix: useragent
  • Loading branch information
matthewoates authored Nov 21, 2019
2 parents 871e8d4 + 7a8cf7c commit 555154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoesifWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function batch() {
headers: {
Accept: 'application/json; charset=utf-8',
'X-Moesif-Application-Id': applicationId,
'User-Agent': 'moesif-cloudfront'
'User-Agent': 'moesif-cloudflare'
},
body: JSON.stringify(appIdMap[applicationId])
};
Expand Down

0 comments on commit 555154c

Please sign in to comment.