Added API keys. Minor modifications for other views.
This commit is contained in:
@ -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', {
|
||||
|
Reference in New Issue
Block a user