Skip to content

Commit

Permalink
Update packages/smooth_app/lib/background/background_task_details.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Slamich <[email protected]>
  • Loading branch information
monsieurtanuki and teolemon authored Dec 8, 2023
1 parent 63a7f3d commit 67eb592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class BackgroundTaskDetails extends BackgroundTaskBarcode {
}
}
throw Exception(
'Could not save product V2'
'Could not save product - API V2'
' - '
'status=${status.status} - errors=${status.error} ${isInvalidUser ? _getIncompleteUserData() : ''}',
);
Expand Down

0 comments on commit 67eb592

Please sign in to comment.