Skip to content

Commit d7ded08

Browse files
committed
🐛 Fix unused parameter warning (#2446)
1 parent f513618 commit d7ded08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/authorship.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const formValidationStrategies = [
136136
},
137137
{
138138
name: 'Create fallback form manually',
139-
async run(request: Request) {
139+
async run(_request: Request) {
140140
// Create a fallback form with error state
141141
// This maintains consistency with other strategies by returning { form }
142142
const fallbackForm = {

0 commit comments

Comments
 (0)