Skip to content

Commit

Permalink
Review fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vespian committed Mar 22, 2020
1 parent 09585e4 commit daefa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/autolinkplugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (conf *Config) ToConfig() map[string]interface{} {
return map[string]interface{}{
"EnableAdminCommand": conf.EnableAdminCommand,
"EnableOnUpdate": conf.EnableOnUpdate,
"AdminUsers": conf.PluginAdmins,
"PluginAdmins": conf.PluginAdmins,
"Links": links,
}
}
Expand Down

0 comments on commit daefa31

Please sign in to comment.