mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
remove todo
This commit is contained in:
parent
f38630297f
commit
c6db7d5e5d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ exports.search = functions.https.onRequest((req, res) => {
|
|||
.catch((error) => { res.send(error); });
|
||||
});
|
||||
|
||||
// TODO: update to run once a month instead of once a week
|
||||
// Twitch token gets refreshed once a week
|
||||
exports.refreshToken = functions.pubsub.schedule('0 0 * * 0')
|
||||
.onRun((context) => {
|
||||
const id = functions.config().twitch.clientid;
|
||||
|
|
Loading…
Reference in a new issue