tender screen changes
This commit is contained in:
@@ -25,9 +25,6 @@ class HomeService {
|
||||
await Future.delayed(Duration(seconds: 2));
|
||||
appLogger.info('get home success');
|
||||
// TODO: will change when api is ready
|
||||
appLogger.debug(
|
||||
HomeResponseModel.fromJson(jsonDecode(homeMockData)['data']),
|
||||
);
|
||||
return Result.ok(
|
||||
HomeResponseModel.fromJson(jsonDecode(homeMockData)['data']),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user