Skip to content

Commit b7cf6e3

Browse files
committed
Update ReactNativeBlobUtil.h
1 parent dc02843 commit b7cf6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/ReactNativeBlobUtil/ReactNativeBlobUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct ReactNativeBlobUtil
2222
void Initialize(React::ReactContext const& reactContext) noexcept;
2323

2424
REACT_METHOD(getConstants)
25-
ReactNativeBlobUtilCodegen::BlobUtilsSpec_Constants* getConstants();
25+
ReactNativeBlobUtilCodegen::BlobUtilsSpec_Constants getConstants();
2626

2727
REACT_METHOD(fetchBlobForm)
2828
void fetchBlobForm(JSValue options, std::string const& taskId, std::string const& method, std::string const& url, JSValue headers, JSValue form, std::function<void(JSValue)> const& callback);

0 commit comments

Comments
 (0)