Exported service class by default.
This commit is contained in:
@ -8,7 +8,7 @@ import EventService from './EventService';
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class TwitchRedemptionService {
|
||||
export default class TwitchRedemptionService {
|
||||
private readonly http = inject(HttpClient);
|
||||
private readonly events = inject(EventService);
|
||||
private twitchRedemptions: TwitchRedemption[] = [];
|
||||
|
Reference in New Issue
Block a user