From c87eb375e2749f4171d54ebab77dd8b970523758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Sat, 20 Sep 2025 01:32:45 +0800 Subject: [PATCH] v25.9.20 v25.9.20 --- database/history.go | 1 - 1 file changed, 1 deletion(-) diff --git a/database/history.go b/database/history.go index 9a2c8f75..67a88df9 100644 --- a/database/history.go +++ b/database/history.go @@ -46,4 +46,3 @@ func GetLinkHistory() ([]*LinkHistory, error) { } return histories, nil } -