Skip to content

Commit

Permalink
Fix top query
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 13, 2022
1 parent df8ef4d commit f672dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/plugin/lib/top.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const normalizePluginConfigTop = async function (
}

const normalizeTop = {
name: '',
name: '.',
required: true,
validate: [validateObjectOrString, validateJson],
example: getExampleLocation,
Expand Down

0 comments on commit f672dfd

Please sign in to comment.