Skip to content

Commit f41e00f

Browse files
committed
fix
1 parent 38dadab commit f41e00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/controllers/PRController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
44
};
55
Object.defineProperty(exports, "__esModule", { value: true });
66
exports.pr = void 0;
7-
const utils_1 = __importDefault(require("src/utils/utils"));
7+
const utils_1 = __importDefault(require("../utils/utils"));
88
class Pr {
99
constructor() {
1010
this.index = async (req, res) => {

src/controllers/PRController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import utils from 'src/utils/utils';
1+
import utils from '../utils/utils';
22
import { Request, Response } from 'express';
33
class Pr {
44

0 commit comments

Comments
 (0)