Skip to content

Commit 57004e3

Browse files
authored
chore(remix-node): update jsdoc for FileUploadHandlerOptions' filter (#3777)
1 parent 8346ace commit 57004e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix-node/upload/fileUploadHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export type FileUploadHandlerOptions = {
5959
/**
6060
*
6161
* @param filename
62-
* @param mimetype
63-
* @param encoding
62+
* @param contentType
63+
* @param name
6464
*/
6565
filter?(args: FileUploadHandlerFilterArgs): boolean | Promise<boolean>;
6666
};

0 commit comments

Comments
 (0)