Implement tender workflows and dashboard integration
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -35,7 +35,7 @@ class HomeService {
|
||||
|
||||
Future<Result<FeedbackStatResponse>> getFeedbackStats() async {
|
||||
final result = await _networkManager.makeRequest(
|
||||
HomeApi.statsCompany,
|
||||
HomeApi.statsCustomer,
|
||||
(json) => FeedbackStatResponse.fromJson(json),
|
||||
method: 'GET',
|
||||
);
|
||||
@@ -44,7 +44,7 @@ class HomeService {
|
||||
|
||||
Future<Result<Map<String, dynamic>>> checkUnreadNotifications() async {
|
||||
final result = await _networkManager.makeRequest(
|
||||
HomeApi.checkUnreadNotifications,
|
||||
HomeApi.checkUnreadNotifications,
|
||||
(json) => json,
|
||||
method: 'GET',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user