You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dunno when this broke, it was before the next update, but fix workflow
dispatcher on HUD
`return void stuff` because after the next update, I was getting `API
handler should not return a value`. Next wanted it to return undefined,
and void somethng is the same as evaluate something and then return
undefined. Ref: vercel/next.js#48951
0 commit comments