Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed May 23, 2020
1 parent 7e76d49 commit a399478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/services/settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class SettingsService {
public isUpToDateFeed: BehaviorSubject<string> = new BehaviorSubject<string>('');
public remoteStatusFeed: BehaviorSubject<RemoteConnectionStatus> = new BehaviorSubject<RemoteConnectionStatus>('notConfigured');

private intervalHandler: NodeJS.Timer;
private intervalHandler: number;

constructor(private toastrAndErrorsService: ToasterAndErrorsService,
private authService: AuthService,
Expand Down

0 comments on commit a399478

Please sign in to comment.