Auto-refresh expired profile pictures

This commit is contained in:
Cadence Ember
2020-04-05 02:57:31 +12:00
parent f4969f86db
commit 9fd9a00932
7 changed files with 143 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
/**
* @typedef GrabResponse
* @property {number} status
* @property {Map<string, string|string[]} headers
*/
// @ts-nocheck
@@ -14,7 +15,7 @@ class GrabReference {
throw new Error("This is the reference class, do not instantiate it.")
}
// Please help me type this
// Please help me write typings for stream()
/**
* @returns {Promise<any>}
*/