Skip to content

Commit

Permalink
fix(view-models): fixed throw misnamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebkac03 committed Jan 4, 2025
1 parent 738717b commit be5e4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view_models/data_models/single_data_models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ abstract class FutureViewModel<T> extends DynamicSourceViewModel<T>

notifyListeners();
if (rethrowException) {
throw error;
rethrow;
}

return null;
Expand Down

0 comments on commit be5e4bf

Please sign in to comment.