From 8b58c1d3cbd9767cecfc8bda2691be94c911dd4a Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 24 May 2026 12:12:23 -0700 Subject: [PATCH] Fix unused strings import in Go backend --- backend/handlers/onlyoffice.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/handlers/onlyoffice.go b/backend/handlers/onlyoffice.go index da98f00..c6e09a0 100644 --- a/backend/handlers/onlyoffice.go +++ b/backend/handlers/onlyoffice.go @@ -6,7 +6,6 @@ import ( "net/http" "os" "path/filepath" - "strings" "git.elijahkuntz.com/Elijah/drive/config" "git.elijahkuntz.com/Elijah/drive/middleware"