Exported service class by default.

This commit is contained in:
Tom
2025-01-17 05:00:48 +00:00
parent e949b6df08
commit 2f88840ef6
15 changed files with 15 additions and 15 deletions

View File

@ -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[] = [];