mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +01:00
Fix lint (#2460)
This assertion is unnecessary since the receiver accepts the original type of the expression @typescript-eslint/no-unnecessary-type-assertion
This commit is contained in:
parent
9895a9a6e0
commit
b851237940
@ -316,7 +316,7 @@ export function setupInstantLoading(
|
||||
|
||||
/* Complete immediately */
|
||||
} else {
|
||||
script.textContent = el.textContent!
|
||||
script.textContent = el.textContent
|
||||
replaceElement(el, script)
|
||||
return EMPTY
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user