mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix
This commit is contained in:
parent
f9135f2e7d
commit
3bea464b11
@ -71,7 +71,7 @@ public class ArtistController : Controller
|
||||
await _dbContext.SaveChangesAsync();
|
||||
var result = updatedArtist.ToModel();
|
||||
|
||||
_client.Event.Trigger(new EventCreateData()
|
||||
await _client.Event.Trigger(new EventCreateData()
|
||||
{
|
||||
EventName = "ArtistUpdated",
|
||||
To =
|
||||
|
Loading…
x
Reference in New Issue
Block a user