mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
Fix the lint error
This commit is contained in:
@@ -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