remove todo

This commit is contained in:
Gamebrary 2022-08-30 21:51:10 -07:00
parent f38630297f
commit c6db7d5e5d

View file

@ -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;