add fcs shipment in processing,update cargo types for carton
This commit is contained in:
@@ -45,7 +45,7 @@ class UserDataProvider {
|
||||
.limit(1)
|
||||
.get();
|
||||
|
||||
if (querySnap.docs.length > 0) {
|
||||
if (querySnap.docs.isNotEmpty) {
|
||||
var snap = querySnap.docs.first;
|
||||
User user = User.fromMap(snap.data() as Map<String, dynamic>, snap.id);
|
||||
return user;
|
||||
|
||||
Reference in New Issue
Block a user