This commit is contained in:
Daniel 2021-02-19 19:16:41 +13:00
parent 86c602b41b
commit ed24a1e1f3
1 changed files with 1 additions and 1 deletions

View File

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