Fixing bug with non functional limit

This commit is contained in:
Fabian Stamm
2019-11-10 15:05:30 +01:00
parent 1f193fd5a1
commit 87985def82
7 changed files with 10 additions and 22 deletions

View File

@ -6,7 +6,7 @@ import { BadRequestError, NoPermissionError } from "../helper/errors";
import { DatabaseManager } from "../../database/database";
import { MP } from "../../database/query";
import config from "../../config";
import Logging from "@hibas123/logging";
import Logging from "@hibas123/nodelogging";
import { getView } from "../helper/hb";
const AdminRoute = new Router();