Minor change

This commit is contained in:
ashilkn 2022-12-14 10:11:30 +05:30
parent 3a49a433ee
commit 14da1794ec

View file

@ -134,7 +134,6 @@ class UserService {
}
Future<UserDetails> getUserDetailsV2({bool memoryCount = true}) async {
await Future.delayed(const Duration(seconds: 3));
try {
final response = await _enteDio.get(
"/users/details/v2",