This commit is contained in:
@@ -80,7 +80,7 @@ namespace AyaNova.Api.Controllers
|
||||
//If concurrency token specified then check if ours is newer
|
||||
if (concurrencyToken != null)
|
||||
{
|
||||
if (o.ConcurrencyToken != concurrencyToken)
|
||||
if (o.ConcurrencyToken == concurrencyToken)
|
||||
{
|
||||
//returns a code 304 (NOT MODIFIED)
|
||||
return StatusCode(304);
|
||||
|
||||
Reference in New Issue
Block a user