Skip to content

Commit e9bb74d

Browse files
committed
style: lint
1 parent 614265c commit e9bb74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bentocache/src/drivers/file/cleaner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function pruneExpiredFiles({ directory, onError }) {
4949
* "parentPath" was added in Node.js v20.12.0.
5050
* We fallback to "path" for older versions of Node.js.
5151
*/
52-
// @ts-ignore
52+
// @ts-expect-error -- ignore --
5353
const basePath = typeof dirEntry.parentPath === 'string' ? dirEntry.parentPath : dirEntry.path
5454

5555
const filePath = join(basePath, dirEntry.name)

0 commit comments

Comments
 (0)