From 3cbb589d2c9f912dc61559dff0d51bec2498743f Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 9 Feb 2022 21:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_jandan/jandan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_jandan/jandan.go b/plugin_jandan/jandan.go index c2a9c71a..bf424a6b 100644 --- a/plugin_jandan/jandan.go +++ b/plugin_jandan/jandan.go @@ -74,7 +74,7 @@ func init() { mu.RUnlock() if !ok { mu.Lock() - db.Insert("picture", &picture{ID: i, URL: u}) + _ = db.Insert("picture", &picture{ID: i, URL: u}) mu.Unlock() } else { // 开始重复,说明之后都是重复