1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

foramtting fixes

This commit is contained in:
Kyle Spearrin 2018-01-24 09:27:08 -05:00
parent edc3bd1f81
commit 5557c5b638

View File

@ -5,6 +5,6 @@ export abstract class EnvironmentService {
identityUrl: string;
iconsUrl: string;
setUrlsFromStorage:() => Promise<void>;
setUrlsFromStorage: () => Promise<void>;
setUrls: (urls: any) => Promise<any>;
}