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 953ad99 commit 63a7f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class BackgroundTaskDetails extends BackgroundTaskBarcode {
}
}
throw Exception(
'Could not save product V3'
'Could not save product - API V3'
' - '
'status=${result.status} - errors=${result.errors} ${isInvalidUser ? _getIncompleteUserData() : ''}',
);
Expand Down

0 comments on commit 63a7f3d

Please sign in to comment.