Skip to content

Commit 30c1326

Browse files
committed
cleanup
1 parent 9e925cf commit 30c1326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/VydiaRNFileUploader.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ - (void)URLSession:(NSURLSession *)session
287287
{
288288
progress = 100.0 * (float)totalBytesSent / (float)totalBytesExpectedToSend;
289289
}
290-
291290
[self _sendEventWithName:@"RNFileUploader-progress" body:@{ @"id": task.taskDescription, @"progress": [NSNumber numberWithFloat:progress] }];
292291
}
293292

0 commit comments

Comments
 (0)