Skip to content

Commit

Permalink
Refactor: Shorter user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Nov 27, 2023
1 parent 5e014d6 commit 2fd780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = async ({
method: 'GET',
headers: {
'Accept': 'application/json',
'User-Agent': 'zonevision.js (https://github.com/fvdm/nodejs-zonevision)',
'User-Agent': 'fvdm/nodejs-zonevision',
},
signal: AbortSignal.timeout (timeout),
};
Expand Down

0 comments on commit 2fd780a

Please sign in to comment.