Skip to content

Commit 148851e

Browse files
committed
fix: prefix unused isDir parameter with underscore
1 parent 00028e9 commit 148851e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controller/storage/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async function getStorageParams(name: string): Promise<ParametersType> {
212212
const convertStoragePath = (
213213
storageName: string,
214214
path?: string,
215-
isDir?: boolean,
215+
_isDir?: boolean,
216216
noStorageName: boolean = false,
217217
onlyStorageName: boolean = false
218218
): string => {

0 commit comments

Comments
 (0)