mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/client/profile: Nothrow for the existing value check on profile update.
This commit is contained in:
parent
bfba0ada0c
commit
5b8b35a7c6
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ put__profile(client &client,
|
|||
request.user_id
|
||||
};
|
||||
|
||||
profile_get(user, param, [&value]
|
||||
user.profile(std::nothrow, param, [&value]
|
||||
(const string_view &existing)
|
||||
{
|
||||
if(existing == value)
|
||||
|
|
Loading…
Reference in a new issue