3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-27 11:15:02 +00:00

dumb commit for @almeidx to see why this is stupid

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
metal 2023-03-12 16:20:14 +00:00 committed by GitHub
parent 1a8027de16
commit baff82015c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 173 additions and 71 deletions

View file

@ -71,7 +71,7 @@ export const SelfGrantableRolesPlugin = zeppelinGuildPlugin<SelfGrantableRolesPl
},
configParser: (options) => {
const config = options.config;
const config = options;
for (const [key, entry] of Object.entries(config.entries)) {
// Apply default entry config
config.entries[key] = { ...defaultSelfGrantableRoleEntry, ...entry };