Skip to content

Commit

Permalink
chore(spa): add todo for update check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Feb 15, 2024
1 parent 08978fb commit 517db23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/spa/src/app/update.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { filter } from 'rxjs';
})
export class UpdateService {
constructor(swUpdate: SwUpdate) {
// todo: create an interval to check for updates
swUpdate.versionUpdates
.pipe(
filter((evt): evt is VersionReadyEvent => evt.type === 'VERSION_READY'),
Expand Down

0 comments on commit 517db23

Please sign in to comment.