Minor change
This commit is contained in:
parent
3a49a433ee
commit
14da1794ec
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue