TF-1626 Remove id of email when call Email/set method
(cherry picked from commit ce1d27d893fd406aa812d4e4ea9debe1ec265ddb)
This commit is contained in:
@@ -27,6 +27,7 @@ import 'package:tmail_ui_user/features/quotas/data/network/quotas_api.dart';
|
||||
import 'package:tmail_ui_user/features/session/data/network/session_api.dart';
|
||||
import 'package:tmail_ui_user/features/thread/data/network/thread_api.dart';
|
||||
import 'package:tmail_ui_user/main/exceptions/remote_exception_thrower.dart';
|
||||
import 'package:uuid/uuid.dart';
|
||||
|
||||
class NetworkBindings extends Bindings {
|
||||
|
||||
@@ -82,7 +83,9 @@ class NetworkBindings extends Bindings {
|
||||
Get.put(EmailAPI(
|
||||
Get.find<HttpClient>(),
|
||||
Get.find<DownloadManager>(),
|
||||
Get.find<DioClient>()));
|
||||
Get.find<DioClient>(),
|
||||
Get.find<Uuid>(),
|
||||
));
|
||||
Get.put(RuleFilterAPI(Get.find<HttpClient>()));
|
||||
Get.put(VacationAPI(Get.find<HttpClient>()));
|
||||
Get.put(ContactAPI(Get.find<HttpClient>()));
|
||||
|
||||
Reference in New Issue
Block a user