Uncomment the cache settings
This commit is contained in:
		| @@ -138,7 +138,7 @@ namespace LSA.Core.Thalos.API.Controllers | ||||
|         //[Permission("ModuleManagement.Write")] | ||||
|         public async Task<IActionResult> UpdateModuleAsync([FromRoute] string id, ModuleAdapter entity, CancellationToken cancellationToken) | ||||
|         { | ||||
|             if (id != entity._Id?.ToString()) | ||||
|             if (id != entity.Id?.ToString()) | ||||
|             { | ||||
|                 return BadRequest("Module ID mismatch"); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Morales
					Oscar Morales