Skip to content

Commit

Permalink
feat: resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanRns committed May 9, 2024
1 parent 2ab01ff commit c5c8ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/lib/services/data_stores/remote_data_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ class RemoteDataStoreImp implements RemoteDataStore {

final response = await queryClient.cookbook(request);
return response;
}, retryIf: (_) => true);
}, retryIf: (_) => true,);

if (response.hasCookbook()) {
return response.cookbook;
Expand Down

0 comments on commit c5c8ea3

Please sign in to comment.