Skip to content

Commit 2d462e4

Browse files
committed
fix: correct type used on sessionSettings
1 parent 5eed18f commit 2d462e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/sessionManager/index.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
type StorageSettingsType = {
2-
storePassword: string;
3-
keyPrefix: string;
4-
maxLength: number;
5-
};
1+
import { StorageSettingsType } from "./types.ts";
62

73
export const storageSettings: StorageSettingsType = {
84
/**

0 commit comments

Comments
 (0)