Skip to content

Commit b54be71

Browse files
committed
Be a bit cheeky with typescript
1 parent 84be38d commit b54be71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/userFeedback/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function submit(
7272
bold: true,
7373
},
7474
}
75-
: null,
75+
: (null as any),
7676
].filter(Boolean),
7777
},
7878
],

0 commit comments

Comments
 (0)