From a361848216043484e7a9e7909829356381901915 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 24 May 2026 13:21:36 -0700 Subject: [PATCH] Fix: add missing strings import --- backend/handlers/onlyoffice.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/handlers/onlyoffice.go b/backend/handlers/onlyoffice.go index 78003c2..f6defff 100644 --- a/backend/handlers/onlyoffice.go +++ b/backend/handlers/onlyoffice.go @@ -7,6 +7,7 @@ import ( "net/http" "os" "path/filepath" + "strings" "git.elijahkuntz.com/Elijah/drive/config" "git.elijahkuntz.com/Elijah/drive/middleware"