Skip to content

Commit 800dd2f

Browse files
authored
remove unneeded flow syntax
1 parent 6f5abba commit 800dd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type StartUploadArgs = {
1919
field?: string,
2020
customUploadId?: string,
2121
// parameters are supported only in multipart type
22-
parameters?: { [x:string]: string },
22+
parameters?: { [string]: string },
2323
headers?: Object,
2424
notification?: NotificationArgs
2525
}

0 commit comments

Comments
 (0)