Added API keys. Minor modifications for other views.

This commit is contained in:
Tom
2025-03-27 16:31:07 +00:00
parent b1bac758e3
commit 298d351e5d
31 changed files with 499 additions and 24 deletions

View File

@ -22,8 +22,8 @@ export default class TwitchRedemptionService {
});
}
fetch(force: boolean = false) {
if (!force && this.loaded)
fetch() {
if (this.loaded)
return of(this.twitchRedemptions);
const $ = this.http.get<TwitchRedemption[]>(environment.API_HOST + '/twitch/redemptions', {