forked from Github/frigate
Fix linter and fix lint issues (#10141)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
baseUrl?: any;
|
||||
}
|
||||
interface Window {
|
||||
baseUrl?: string;
|
||||
}
|
||||
}
|
||||
|
||||
export const baseUrl = `${window.location.protocol}//${window.location.host}${window.baseUrl || '/'}`;
|
||||
export const baseUrl = `${window.location.protocol}//${window.location.host}${window.baseUrl || "/"}`;
|
||||
|
||||
Reference in New Issue
Block a user