Improve esm compatability

This commit is contained in:
Fabian Stamm
2023-11-30 00:13:10 +01:00
parent f401d58f07
commit f93755604a
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import { isGeneratorFunction } from "util/types";
function form_verficiation_error_message(type?: string, field?: string) {
let msg = "Parameter verification failed! ";
if (type && field) {