mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-29 11:03:31 +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);
|
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 (EnterpriseUtil.configItemExists(key) && !override) {
|
||||||
// If item is in global config and we're not trying to override
|
// If item is in global config and we're not trying to override
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user