Skip to content

Commit

Permalink
Adding missing statement for #571
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Sep 28, 2015
1 parent 75a7ec7 commit 36757db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kong/dao/schemas/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ return {
queryable = true },
config = {
type = "table",
schema = load_config_schema },
schema = load_config_schema,
default = {} },
enabled = {
type = "boolean",
default = true }
Expand Down

0 comments on commit 36757db

Please sign in to comment.