Skip to content
Snippets Groups Projects
Commit 5b90323b authored by Phil Höfer's avatar Phil Höfer
Browse files

Improve documentation

parent 9ee7321c
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ function updateStorageFromCookies() {sites.forEach((site) => {
/**
* Get count (max 10) tokens and store them in the stash
* @param {number} count
* @returns {boolean} True if successfull, false otherwise.
* @returns {Promise<boolean>} Resolves to true if successfull, false otherwise.
*/
function refillTokenStash(count) { // TODO: handle count >10
console.log("refilling tokens");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment