Skip to content

Commit 7fa4ee2

Browse files
committed
fix: android build crash
1 parent 8ac95aa commit 7fa4ee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/reactnativecompressor/Utils/FileUplaoder/FileUploader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public void onResponse(Call call, Response response) throws IOException {
122122
Log.d(TAG, "response body:" + response.body().string());
123123
WritableMap param = Arguments.createMap();
124124
param.putInt("status",response.code());
125-
param.putString("body",response.body().string());
126125
promise.resolve(param);
127126
}
128127
});

0 commit comments

Comments
 (0)