Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jun 16, 2024
1 parent 2d57208 commit 076811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/unit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import express from 'express';
import { unitExec } from '../executor/unit';
import { unitExec } from '../executor/unit.js';

export default function () {
var router = express.Router();
Expand Down

0 comments on commit 076811e

Please sign in to comment.