TF-4193 Fix all Nitpick comments from coderabbit
This commit is contained in:
@@ -187,9 +187,6 @@ class MailboxDataSourceImpl extends MailboxDataSource {
|
||||
onProgressController: onProgressController,
|
||||
);
|
||||
}
|
||||
}).catchError((error, stackTrace) async {
|
||||
await _exceptionThrower.throwException(error, stackTrace);
|
||||
throw error;
|
||||
});
|
||||
}).catchError(_exceptionThrower.throwException);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user