This commit is contained in:
Daniel 2021-02-19 19:16:41 +13:00
parent 86c602b41b
commit ed24a1e1f3

View File

@ -39,7 +39,7 @@ const httpOptions = {
export class OpenLPService { export class OpenLPService {
private apiURL: string; private apiURL: string;
public stateChanged$: EventEmitter<State>; public stateChanged$: EventEmitter<State>;
private isTwelveHourTime: boolean = true; private isTwelveHourTime = true;
constructor(private http: HttpClient) { constructor(private http: HttpClient) {
const host = window.location.hostname; const host = window.location.hostname;