Skip to content

Commit

Permalink
chore(lint): silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 27, 2023
1 parent 17f63cd commit 94e47b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function ComposerPaneRouterProvider(props: {
console.warn('setView', viewId)
},
setParams: () => {
// eslint-disable-next-line no-warning-comments
// todo
},
setPayload: (payload) => {
Expand Down

2 comments on commit 94e47b8

@vercel
Copy link

@vercel vercel bot commented on 94e47b8 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-svelte – ./apps/svelte

visual-editing-svelte.sanity.build
visual-editing-svelte-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 94e47b8 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-nuxt – ./apps/nuxt

visual-editing-nuxt-git-main.sanity.build
visual-editing-nuxt.sanity.build

Please sign in to comment.