Skip to content

Commit 711b66b

Browse files
authored
chore(dependencies): remove request dependency (#185)
Remove the deprecated depedencies request and request-promise BREAKING CHANGE: uses the builtin fetch and removes support for node versions <18.20.0
1 parent d5c8538 commit 711b66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ util.formatAccess = function(access) {
3737
};
3838

3939
/**
40-
* Form an API request URI
40+
* Form an API request URI.
4141
*
4242
* @param {String} id vehicle identifier
4343
* @param {String} endpoint API endpoint

0 commit comments

Comments
 (0)