Skip to content

Commit

Permalink
fix crypto is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 20, 2024
1 parent d21849d commit c2251dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/adapters/sqlite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import { Database } from "better-sqlite3";
import { load } from "./sqlite/sqlite_vss";
import { sqliteTables } from "./sqlite/sqliteTables";

import crypto from "crypto";

export class SqliteDatabaseAdapter extends DatabaseAdapter {
private db: Database;

Expand Down

0 comments on commit c2251dc

Please sign in to comment.