From 3d2019c145340a077f2ed3e661209380cac3567c Mon Sep 17 00:00:00 2001 From: Kirtan Manoj Chandak <92196705+kirtanchandak@users.noreply.github.com> Date: Sat, 8 Oct 2022 16:39:02 +0530 Subject: [PATCH] Update util.ts --- src/lib/util.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/util.ts b/src/lib/util.ts index c40762ac5..450d46b54 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -4,7 +4,6 @@ import { pathToRegexp } from 'path-to-regexp' import Glee from './glee.js' import { GleeFunctionEvent } from './index.d' import GleeMessage from './message.js' -import Message from './message.js' interface IValidateDataReturn { errors?: void | betterAjvErrors.IOutputError[],