This commit is contained in:
@@ -40,6 +40,7 @@ namespace AyaNova.Biz
|
||||
//put
|
||||
internal async Task<bool> PutAsync(UserOptions dbObject, UserOptions inObj)
|
||||
{
|
||||
//todo: update to use the new PUT methodology?
|
||||
//if it's not the user's own options then we need to check it just as for User / Contact objects
|
||||
if (dbObject.Id != UserId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user