We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933c4bd commit 6e1d81fCopy full SHA for 6e1d81f
app/GraphQL/Souk/Queries/Payments/WalletManagementQuery.php
@@ -56,7 +56,7 @@ public function getUserWalletBalance(mixed $root, array $args, GraphQLContext $c
56
57
if (! $user->hasWallet($tag) && $tag !== 'default') {
58
throw new ModelNotFoundException(
59
- 'Wallet not found for the given tag. '
+ 'Wallet not found for the given tag.'
60
);
61
}
62
0 commit comments