This commit is contained in:
@@ -232,7 +232,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
// };
|
||||
|
||||
var ret = new { NOT_IMPLEMENTED = false };
|
||||
var ret = new { notimplemented = true };
|
||||
|
||||
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserIdFromContext.Id(HttpContext.Items), 0, AyaType.Metrics, AyaEvent.Retrieved), ct);
|
||||
return Ok(ApiOkResponse.Response(ret));
|
||||
|
||||
Reference in New Issue
Block a user