mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-27 11:15:02 +00:00
configPreprocessor => configParser
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
cd68a6083c
commit
ddec78b929
9 changed files with 25 additions and 26 deletions
|
@ -70,7 +70,7 @@ export const SelfGrantableRolesPlugin = zeppelinGuildPlugin<SelfGrantableRolesPl
|
|||
`),
|
||||
},
|
||||
|
||||
configPreprocessor: (options) => {
|
||||
configParser: (options) => {
|
||||
const config = options.config;
|
||||
for (const [key, entry] of Object.entries(config.entries)) {
|
||||
// Apply default entry config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue