mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	xo: Fix @typescript-eslint/consistent-indexed-object-style.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		@@ -9,7 +9,7 @@ const logger = new Logger({
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
// TODO: replace enterpriseSettings type with an interface once settings are final
 | 
			
		||||
let enterpriseSettings: {[key: string]: unknown};
 | 
			
		||||
let enterpriseSettings: Record<string, unknown>;
 | 
			
		||||
let configFile: boolean;
 | 
			
		||||
 | 
			
		||||
reloadDB();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user