Skip to content

Commit

Permalink
fix: correct type used on sessionSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Aug 30, 2024
1 parent 5eed18f commit 2d462e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/sessionManager/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
type StorageSettingsType = {
storePassword: string;
keyPrefix: string;
maxLength: number;
};
import { StorageSettingsType } from "./types.ts";

export const storageSettings: StorageSettingsType = {
/**
Expand Down

0 comments on commit 2d462e4

Please sign in to comment.