summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2023-03-17 16:36:25 +0100
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2023-03-17 16:36:25 +0100
commit1de0dbe50942803c00eff92dd695694db4a771f3 (patch)
treea0ac6103d2dc2d8e416158b4e7a0ce82b585c49e /src
parentMerge pull request #1005 from Xanderplayz18/patch-1 (diff)
downloadserver-1de0dbe50942803c00eff92dd695694db4a771f3.tar.xz
build: update dependencies
Diffstat (limited to 'src')
-rw-r--r--src/api/middlewares/Translation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/middlewares/Translation.ts b/src/api/middlewares/Translation.ts
index 928d29ff..999d42a3 100644
--- a/src/api/middlewares/Translation.ts
+++ b/src/api/middlewares/Translation.ts
@@ -20,7 +20,7 @@ import fs from "fs";
 import path from "path";
 import i18next from "i18next";
 import i18nextMiddleware from "i18next-http-middleware";
-import i18nextBackend from "i18next-node-fs-backend";
+import i18nextBackend from "i18next-fs-backend";
 import { Router } from "express";
 
 const ASSET_FOLDER_PATH = path.join(__dirname, "..", "..", "..", "assets");