Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5cef709 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev committed Aug 8, 2023
1 parent f095cde commit 1e0c05a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2><span>Implementation</span></h2>
final OpenFoodFactsCountry? country,
QueryType? queryType,
}) async {
if (name.length &gt; USER_NAME_MAX_LENGTH) {
if (user.userId.length &gt; USER_NAME_MAX_LENGTH) {
throw ArgumentError(
&#39;A username may not exceed $USER_NAME_MAX_LENGTH characters!&#39;,
);
Expand Down

0 comments on commit 1e0c05a

Please sign in to comment.