foramtting fixes
This commit is contained in:
parent
edc3bd1f81
commit
5557c5b638
|
@ -5,6 +5,6 @@ export abstract class EnvironmentService {
|
|||
identityUrl: string;
|
||||
iconsUrl: string;
|
||||
|
||||
setUrlsFromStorage:() => Promise<void>;
|
||||
setUrlsFromStorage: () => Promise<void>;
|
||||
setUrls: (urls: any) => Promise<any>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue