From ab3e8b446de60360fb825a6437301eaf398bc618 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 25 May 2023 20:48:03 +0800 Subject: [PATCH] :art: Marketplace introduction page https://github.com/siyuan-note/siyuan/issues/8324 --- kernel/conf/bazaar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/bazaar.go b/kernel/conf/bazaar.go index dbd0f43f3..9dbbfcfe3 100644 --- a/kernel/conf/bazaar.go +++ b/kernel/conf/bazaar.go @@ -17,7 +17,7 @@ package conf type Bazaar struct { - Trust bool `json:"bool"` + Trust bool `json:"trust"` } func NewBazaar() *Bazaar {