server: Fix missing .js import for rows file

This commit is contained in:
Elian Doran
2024-07-24 20:19:27 +03:00
parent f382d3c728
commit 76fcea7189
35 changed files with 35 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ import utils from "../../services/utils.js";
import TaskContext from "../../services/task_context.js";
import cls from "../../services/cls.js";
import log from "../../services/log.js";
import { BranchRow } from './rows';
import { BranchRow } from './rows.js';
import handlers from "../../services/handlers.js";
/**