Skip to content

Commit cc32737

Browse files
authored
comment correction
[ci skip]
1 parent e0722af commit cc32737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visual-recognition/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ VisualRecognitionV3.prototype.addImage = function(params, callback) {
770770
value: JSON.stringify(params.metadata || {}),
771771
options: {
772772
contentType: 'application/json',
773-
filename: 'metadata.json' // it doesn't matter what the filename is, but the service requires that *some* filename be set or else it gives a confusing "Missing multipart/form-data" error
773+
filename: 'metadata.json' // it doesn't matter what the filename is, but the service requires that *some* filename be set or else it ignores the metadata
774774
}
775775
}
776776
}

0 commit comments

Comments
 (0)