Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnoahlive authored Feb 7, 2024
1 parent e8b2ed2 commit 5a505e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/axios/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function parseOptions(options) {
}

if (options.useDefaultUserAgent && !options.headers.get("user-agent")) {
options.headers.set("user-agent", `axios/${JSON.parse(FileLib.read(Config.modulesFolder + "/axios/metadata.json")).version} (ChatTriggers)`)
options.headers.set("user-agent", `Housing Package Manager (ChatTriggers)`)
}

return options
Expand Down

0 comments on commit 5a505e7

Please sign in to comment.