InvalidUuid > InvalidArgument 2
Co-Authored-By: Thomas Guillemard <thog@protonmail.com>
This commit is contained in:
parent
92b6b3db8f
commit
7fbcc0eda6
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ namespace Ryujinx.HLE.HOS.Services.Friend
|
||||||
|
|
||||||
if (userId.IsNull)
|
if (userId.IsNull)
|
||||||
{
|
{
|
||||||
return MakeError(ErrorModule.Friends, FriendErr.InvalidUuid);
|
return MakeError(ErrorModule.Friends, FriendErr.InvalidArgument);
|
||||||
}
|
}
|
||||||
|
|
||||||
MakeObject(context, new INotificationService(userId));
|
MakeObject(context, new INotificationService(userId));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue