Skip to content

Commit 52022a5

Browse files
committed
chore: remove unused getStorageDir export
1 parent 765e8e4 commit 52022a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/state-persistence.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,3 @@ export async function loadSessionState(
105105
return null;
106106
}
107107
}
108-
109-
export function getStorageDir(): string {
110-
return STORAGE_DIR;
111-
}

0 commit comments

Comments
 (0)