From 2d501fed3ec5535b619b22e53bee4c6eaf670cbd Mon Sep 17 00:00:00 2001 From: Dot-Rar Date: Mon, 23 Mar 2020 23:41:08 +0000 Subject: [PATCH] remove unused import --- app/http/endpoints/manage/webchatws.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/http/endpoints/manage/webchatws.go b/app/http/endpoints/manage/webchatws.go index e388981..8bc7b1b 100644 --- a/app/http/endpoints/manage/webchatws.go +++ b/app/http/endpoints/manage/webchatws.go @@ -4,7 +4,6 @@ import ( "bytes" "encoding/json" "fmt" - "github.com/TicketsBot/GoPanel/config" "github.com/TicketsBot/GoPanel/database/table" "github.com/TicketsBot/GoPanel/utils" "github.com/TicketsBot/GoPanel/utils/discord"