mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -230,7 +230,7 @@ const wsConnect = (): void => {
|
||||
};
|
||||
|
||||
export const init = (appConfig?: AppConfig) => {
|
||||
if (!isFeatureEnabled(FeatureFlag.GLOBAL_ASYNC_QUERIES)) return;
|
||||
if (!isFeatureEnabled(FeatureFlag.GlobalAsyncQueries)) return;
|
||||
if (pollingTimeoutId) clearTimeout(pollingTimeoutId);
|
||||
|
||||
listenersByJobId = {};
|
||||
|
||||
Reference in New Issue
Block a user