diff --git a/src/app/openlp.service.ts b/src/app/openlp.service.ts index e2d4b45..71aec87 100644 --- a/src/app/openlp.service.ts +++ b/src/app/openlp.service.ts @@ -39,7 +39,7 @@ const httpOptions = { export class OpenLPService { private apiURL: string; public stateChanged$: EventEmitter; - private isTwelveHourTime: boolean = true; + private isTwelveHourTime = true; constructor(private http: HttpClient) { const host = window.location.hostname;