File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import path from "node:path";
3
3
4
4
import * as Sentry from "@sentry/core" ;
5
5
import { JsonDB } from "node-json-db" ;
6
- import { DataError } from "node-json-db/dist/lib/Errors" ;
6
+ import { DataError } from "node-json-db/dist/lib/Errors.js " ;
7
7
import type { z } from "zod" ;
8
8
import { app , dialog } from "zulip:remote" ;
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import fs from "node:fs";
3
3
import path from "node:path" ;
4
4
5
5
import { JsonDB } from "node-json-db" ;
6
- import { DataError } from "node-json-db/dist/lib/Errors" ;
6
+ import { DataError } from "node-json-db/dist/lib/Errors.js " ;
7
7
8
8
import Logger from "../common/logger-util.ts" ;
9
9
import * as t from "../common/translation-util.ts" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import path from "node:path";
4
4
import { app , dialog } from "@electron/remote" ;
5
5
import * as Sentry from "@sentry/electron/renderer" ;
6
6
import { JsonDB } from "node-json-db" ;
7
- import { DataError } from "node-json-db/dist/lib/Errors" ;
7
+ import { DataError } from "node-json-db/dist/lib/Errors.js " ;
8
8
import { z } from "zod" ;
9
9
10
10
import * as EnterpriseUtil from "../../../common/enterprise-util.ts" ;
You can’t perform that action at this time.
0 commit comments