Skip to content

Commit

Permalink
remove unneeded flow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TSMMark authored Mar 12, 2018
1 parent 6f5abba commit 800dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type StartUploadArgs = {
field?: string,
customUploadId?: string,
// parameters are supported only in multipart type
parameters?: { [x:string]: string },
parameters?: { [string]: string },
headers?: Object,
notification?: NotificationArgs
}
Expand Down

0 comments on commit 800dd2f

Please sign in to comment.