Skip to content

Commit

Permalink
chore: 🐛 Use watch
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Nov 8, 2024
1 parent 6c124f8 commit aea11ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/application/def_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Future<AEToken?> getDefToken(
String address,
) async {
return ref
.read(defTokensRepositoryImplProvider)
.watch(defTokensRepositoryImplProvider)
.getDefToken(environment, address);
}
2 changes: 1 addition & 1 deletion lib/src/application/def_tokens.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aea11ea

Please sign in to comment.