Skip to content

Commit

Permalink
Removed redundant option
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Feb 8, 2025
1 parent f132e46 commit 1eefee2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export type SQLiteEventStoreOptions = {
schema?: {
autoMigration?: 'None' | 'CreateOrUpdate';
};
shouldManageClientLifetime?: boolean;
databaseLocation: AbsolutePath | RelativePath | ':memory:';
};

Expand Down

0 comments on commit 1eefee2

Please sign in to comment.