Skip to content

Commit

Permalink
use @plebbit/node-proper-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Aug 17, 2023
1 parent 7df6ec6 commit 6f9f0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/node/db-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { Plebbit } from "../../plebbit";
import sumBy from "lodash/sumBy";
import lodash from "lodash";

import * as lockfile from "proper-lockfile";
import * as lockfile from "@plebbit/proper-lockfile";
import { PageOptions } from "../../sort-handler";

const TABLES = Object.freeze({
Expand Down

0 comments on commit 6f9f0cd

Please sign in to comment.