mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 15:44:16 -06:00
Fix the lint error
This commit is contained in:
parent
b7f69102ce
commit
c5b21d4a6d
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user