Skip to content

Commit

Permalink
chore(#158): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jan 19, 2022
1 parent 8cd9a2e commit bf96c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/menu/src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class DruxtMenu {
* @param {string} menuName - The menu name.
* @param {object} settings - The Druxt Menu query settings object.
*/
async getMenuLinkContent(menuName, settings, prefix) {
async getMenuLinkContent(menuName, settings) {
const resource = 'menu_link_content--menu_link_content'
const requiredFields = ['bundle', 'link', 'menu_name', 'parent', 'title', 'weight']

Expand Down
2 changes: 1 addition & 1 deletion packages/router/src/nuxt/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const DruxtRouterNuxtModule = async function (moduleOptions = {}) {
options
})

this.extendRoutes((routes, resolve) => {
this.extendRoutes((routes) => {
if (this.nuxt.options.i18n && this.nuxt.options.i18n.locales) {
this.nuxt.options.i18n.locales.forEach((locale) => {
routes.push({
Expand Down

0 comments on commit bf96c33

Please sign in to comment.