Skip to content

Commit

Permalink
included override to the init method in PicsaAsyncService in the vide…
Browse files Browse the repository at this point in the history
…o-player.component file
  • Loading branch information
OchiengPaul442 committed Apr 18, 2024
1 parent 72f49e9 commit 730b833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/src/services/video-player.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class VideoPlayerService extends PicsaAsyncService {
this.dbService = dbService;
}

async init() {
override async init() {
try {
await this.dbService.ensureCollections({
'video-playback': videoPlayback,
Expand Down

0 comments on commit 730b833

Please sign in to comment.