We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11169e commit c9eb675Copy full SHA for c9eb675
1 file changed
src/common/access.js
@@ -12,7 +12,7 @@ const BLACKLISTED_MESSAGE = "This username is blacklisted";
12
* Guards access using whitelist/blacklist.
13
*
14
* @param {Object} args The parameters object.
15
- * @param {Object} args.res The response object.
+ * @param {any} args.res The response object.
16
* @param {string} args.id Resource identifier (username or gist id).
17
* @param {"username"|"gist"|"wakatime"} args.type The type of identifier.
18
* @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