Skip to content

Commit

Permalink
Update user_repository.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Sep 10, 2024
1 parent 18e7e15 commit e1117b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/user/repositories/user_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ class _UserRepository implements UserRepository {

@override
Future<String?> getIOTokens(Wallet wallet) async {
await Future.delayed(Duration(seconds: 2))
.then((value) => throw Exception('Error fetching IOTokens'));

String? ioTokens;

if (isArioSDKSupportedOnPlatform()) {
Expand Down

0 comments on commit e1117b7

Please sign in to comment.