mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix the lint error
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
function getCustomPollingBasedLevels(baseVariable: string, defaultLevels: Levels) {
|
||||
let customLevels = getCustomLevels(baseVariable);
|
||||
const customLevels = getCustomLevels(baseVariable);
|
||||
return (pollingIntervalChanged || customLevels) &&
|
||||
createPollingIntervalBasedLevels(customLevels ? { ...defaultLevels, ...customLevels } : defaultLevels);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user