This commit is contained in:
@@ -359,6 +359,7 @@ namespace AyaNova.Biz
|
||||
//
|
||||
internal async Task<User> PutAsync(User putObject)
|
||||
{
|
||||
//todo: update to use the new PUT methodology
|
||||
var dbObject = await GetAsync(putObject.Id, false);
|
||||
if (dbObject == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user