mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
xo: Fix @typescript-eslint/type-annotation-spacing.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -69,7 +69,7 @@ export function isConfigItemExists(key: string): boolean {
|
||||
return (value !== undefined);
|
||||
}
|
||||
|
||||
export function setConfigItem(key: string, value: unknown, override? : boolean): void {
|
||||
export function setConfigItem(key: string, value: unknown, override?: boolean): void {
|
||||
if (EnterpriseUtil.configItemExists(key) && !override) {
|
||||
// If item is in global config and we're not trying to override
|
||||
return;
|
||||
|
Reference in New Issue
Block a user