From d020f4c1bde7ec331763c26913b80579fa6d111b Mon Sep 17 00:00:00 2001 From: MickaelK Date: Mon, 24 Jun 2024 21:17:38 +1000 Subject: [PATCH] fix (plugin): oopsy --- server/plugin/index.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/plugin/index.go b/server/plugin/index.go index 0f61028e..4106baa9 100644 --- a/server/plugin/index.go +++ b/server/plugin/index.go @@ -36,8 +36,6 @@ import ( _ "github.com/mickael-kerjean/filestash/server/plugin/plg_security_svg" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_starter_http" _ "github.com/mickael-kerjean/filestash/server/plugin/plg_video_transcoder" - - _ "github.com/mickael-kerjean/filestash/filestash-enterprise/customers/mit/plg_mit_authenticate" ) func init() {