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

@ -1,7 +1,7 @@
import * as Handlebars from "handlebars";
import { readFileSync } from "fs";
import config from "../../config";
import Logging from "@hibas123/logging";
import Logging from "@hibas123/nodelogging";
function checkCondition(v1, operator, v2) {