2
0
mirror of synced 2025-01-11 14:44:12 +00:00

added newline

This commit is contained in:
Nicolas Beck 2017-06-27 20:41:42 +02:00 committed by GitHub
parent 946736b0c9
commit ead50944f5

View File

@ -44,6 +44,7 @@ const unsubscribe = uploadTask.on('state_changed', snapshot => {
//Success
unsubscribe();
});
uploadTask.catch(err => {
//Error
unsubscribe();