From 09f480318cac15b5f5ffa7b99d001b68525983af Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Fri, 2 Dec 2022 17:42:42 +0800 Subject: [PATCH] fix: unify settings string (#2555) --- internal/conf/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/conf/const.go b/internal/conf/const.go index 30fa2d22..dab7b9d9 100644 --- a/internal/conf/const.go +++ b/internal/conf/const.go @@ -37,7 +37,7 @@ const ( CustomizeHead = "customize_head" CustomizeBody = "customize_body" LinkExpiration = "link_expiration" - SignAll = "sign all" + SignAll = "sign_all" PrivacyRegs = "privacy_regs" OcrApi = "ocr_api" FilenameCharMapping = "filename_char_mapping"