mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
revert automod any typing
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
3903db7d10
commit
311dd676cd
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ const defaultOptions = {
|
||||||
/**
|
/**
|
||||||
* Config preprocessor to set default values for triggers and perform extra validation
|
* Config preprocessor to set default values for triggers and perform extra validation
|
||||||
*/
|
*/
|
||||||
// TODO: Fix `any` typing
|
|
||||||
const configParser: ConfigParserFn<AutomodPluginType> = (options: any) => {
|
const configParser: ConfigParserFn<AutomodPluginType> = (options) => {
|
||||||
if (options.config?.rules) {
|
if (options.config?.rules) {
|
||||||
// Loop through each rule
|
// Loop through each rule
|
||||||
for (const [name, rule] of Object.entries(options.config.rules)) {
|
for (const [name, rule] of Object.entries(options.config.rules)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue