chore : remove unused switch conditions
This commit is contained in:
@@ -14,8 +14,6 @@ class AppAuthRouteResolver implements AuthRouteResolver {
|
||||
return LiveStockRoutes.auth;
|
||||
case Module.chicken:
|
||||
return ChickenRoutes.auth;
|
||||
default:
|
||||
throw UnimplementedError('No auth route for module: $module');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user