mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 01:20:09 +00:00
[TS] Enable noUnusedLocals (#3108)
This commit is contained in:
@@ -48,6 +48,7 @@ function parseVorbisComment(dataView: DataView): Record<string, string> {
|
||||
let offset = 0
|
||||
const vendorLength = dataView.getUint32(offset, true)
|
||||
offset += 4
|
||||
// @ts-expect-error unused variable
|
||||
const vendorString = getString(dataView, offset, vendorLength)
|
||||
offset += vendorLength
|
||||
|
||||
|
||||
Reference in New Issue
Block a user