Skip to content
Snippets Groups Projects
Verified Commit 4a337369 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: missing import

parent 10ce3a5d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
*/
import { internalSymbol, instanceSymbol } from "../../../constants.mjs";
import { isObject } from "../../../types/is.mjs";
import { isObject,isFunction } from "../../../types/is.mjs";
import { Server } from "../server.mjs";
import { WriteError } from "./restapi/writeerror.mjs";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment