From 4717713c038ea77430c8dad18a5f5d5b77614d02 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sat, 3 Dec 2022 09:04:41 +0700 Subject: [PATCH] fix: invalid import --- src/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/root.go b/src/cmd/root.go index 8f12a56..e5fe429 100644 --- a/src/cmd/root.go +++ b/src/cmd/root.go @@ -5,8 +5,8 @@ import ( "github.com/aldinokemal/go-whatsapp-web-multidevice/config" "github.com/aldinokemal/go-whatsapp-web-multidevice/internal/rest" "github.com/aldinokemal/go-whatsapp-web-multidevice/internal/rest/helpers" + "github.com/aldinokemal/go-whatsapp-web-multidevice/internal/rest/middleware" "github.com/aldinokemal/go-whatsapp-web-multidevice/internal/websocket" - "github.com/aldinokemal/go-whatsapp-web-multidevice/middleware" "github.com/aldinokemal/go-whatsapp-web-multidevice/services" "github.com/aldinokemal/go-whatsapp-web-multidevice/utils" "github.com/dustin/go-humanize"