Es-module requires file extension, updated all imports

This commit is contained in:
2022-08-23 19:48:47 +02:00
parent 7ec51004b4
commit 4c0dd11c46
73 changed files with 226 additions and 210 deletions

View File

@@ -1,4 +1,4 @@
import establishedDatabase from "../../database/database";
import establishedDatabase from "../../database/database.js";
/* eslint-disable consistent-return */
const mustHaveAccountLinkedToPlex = (req, res, next) => {