fixed services

This commit is contained in:
amirrezaghabeli
2025-08-27 13:03:09 +03:30
parent 8a972784d6
commit bcd499843b
20 changed files with 112 additions and 108 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ class NetworkManager {
}
void _addInterceptors() {
if (_interceptorsAdded) return;
if (_interceptorsAdded) {
return;
}
final requestInterceptor = InterceptorsWrapper(
onRequest: (options, handler) {