feat: normalize user ID in auth envelope and update hub manager assignment logic
This commit is contained in:
@@ -39,7 +39,7 @@ class ClientOrderQueryRepositoryImpl
|
||||
id: role['roleId'] as String? ?? role['id'] as String? ?? '',
|
||||
name: role['roleName'] as String? ?? role['name'] as String? ?? '',
|
||||
costPerHour:
|
||||
((role['billRateCents'] as num?)?.toDouble() ?? 0) / 100.0,
|
||||
((role['hourlyRateCents'] as num?)?.toDouble() ?? 0) / 100.0,
|
||||
);
|
||||
}).toList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user