From 87949ee05a7f3d04fbfb39d280f1a1c5cea9f998 Mon Sep 17 00:00:00 2001 From: Gykes <24581046+Gykes@users.noreply.github.com> Date: Thu, 27 Nov 2025 23:22:20 -0800 Subject: [PATCH] Round 2 --- pkg/stashbox/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/stashbox/tag.go b/pkg/stashbox/tag.go index 7190cf490..3d5c17972 100644 --- a/pkg/stashbox/tag.go +++ b/pkg/stashbox/tag.go @@ -33,4 +33,4 @@ func (c Client) FindTag(ctx context.Context, query string) (*models.ScrapedTag, Name: tag.FindTag.Name, RemoteSiteID: &tag.FindTag.ID, }, nil -} \ No newline at end of file +}