Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Sep 24, 2024
1 parent c3e770f commit 2271421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/win32-def/src/lib/loader/loader.cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class LoaderCache {
const cacheMap = LoaderCache.regCacheMap.get(lib)
const map = cacheMap?.get(fnName)
if (map?.size) {
const arr = map.entries().next().value as [FnDefArgs, KoffiFunction] | undefined
const arr = map.entries().next().value
const ret = arr?.[1]
return ret
}
Expand Down

0 comments on commit 2271421

Please sign in to comment.