remove "get_keystore_secret" template func of alert

This commit is contained in:
liugq 2023-07-03 14:07:31 +08:00
parent 50c949b10c
commit 7336ebc208
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ var genericMap = map[string]interface{}{
"div": div, "div": div,
"mul": mul, "mul": mul,
"lookup": lookup, "lookup": lookup,
"get_keystore_secret": getKeystoreSecret, //"get_keystore_secret": getKeystoreSecret,
} }