mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-10 22:48:09 +08:00
added newline
This commit is contained in:
@@ -44,6 +44,7 @@ const unsubscribe = uploadTask.on('state_changed', snapshot => {
|
||||
//Success
|
||||
unsubscribe();
|
||||
});
|
||||
|
||||
uploadTask.catch(err => {
|
||||
//Error
|
||||
unsubscribe();
|
||||
|
||||
Reference in New Issue
Block a user