Skip to content

Commit 6e1d81f

Browse files
committed
hotfix: wallet user
1 parent 933c4bd commit 6e1d81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/GraphQL/Souk/Queries/Payments/WalletManagementQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getUserWalletBalance(mixed $root, array $args, GraphQLContext $c
5656

5757
if (! $user->hasWallet($tag) && $tag !== 'default') {
5858
throw new ModelNotFoundException(
59-
'Wallet not found for the given tag. '
59+
'Wallet not found for the given tag.'
6060
);
6161
}
6262

0 commit comments

Comments
 (0)