Skip to content

Commit 233dd2d

Browse files
alexandr-garbuzovqwerty541
authored andcommitted
fix: resolve vscode type errors inside access module (anuraghazra#4596)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
1 parent b9511b0 commit 233dd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/access.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const BLACKLISTED_MESSAGE = "This username is blacklisted";
1212
* Guards access using whitelist/blacklist.
1313
*
1414
* @param {Object} args The parameters object.
15-
* @param {Object} args.res The response object.
15+
* @param {any} args.res The response object.
1616
* @param {string} args.id Resource identifier (username or gist id).
1717
* @param {"username"|"gist"|"wakatime"} args.type The type of identifier.
1818
* @param {{ title_color?: string, text_color?: string, bg_color?: string, border_color?: string, theme?: string }} args.colors Color options for the error card.

0 commit comments

Comments
 (0)