mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
lint fix
This commit is contained in:
parent
86c602b41b
commit
ed24a1e1f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user