Skip to content

Commit c9eb675

Browse files
fix: resolve vscode type errors inside access module (#4596)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
1 parent a11169e commit c9eb675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)