Skip to content

Commit abb286f

Browse files
committed
fix: Fix js extensions
1 parent 04ffc0a commit abb286f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/common/vendor/JRiverApiClient.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import AbstractApiClient from "./AbstractApiClient.js";
2-
import {JRiverData} from "../infrastructure/config/source/jriver.js";
1+
import AbstractApiClient from "./AbstractApiClient";
2+
import {JRiverData} from "../infrastructure/config/source/jriver";
33
import request, {Request, Response} from 'superagent';
44
import xml2js from 'xml2js';
55
import {ErrorWithCause} from "pony-cause";

0 commit comments

Comments
 (0)