Skip to content

Commit

Permalink
Update assign_name_bloc.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Sep 13, 2024
1 parent 60356d4 commit 788e7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AssignNameBloc extends Bloc<AssignNameEvent, AssignNameState> {

final names = await _arnsRepository.getAntRecordsForWallet(
walletAddress!,
update: false,
update: event.updateARNSRecords,
);

if (names.isEmpty) {
Expand Down

0 comments on commit 788e7dd

Please sign in to comment.