We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513618 commit d7ded08Copy full SHA for d7ded08
src/lib/utils/authorship.ts
@@ -136,7 +136,7 @@ const formValidationStrategies = [
136
},
137
{
138
name: 'Create fallback form manually',
139
- async run(request: Request) {
+ async run(_request: Request) {
140
// Create a fallback form with error state
141
// This maintains consistency with other strategies by returning { form }
142
const fallbackForm = {
0 commit comments