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
3bea464b11
commit
6ae4e81ad3
@ -73,11 +73,12 @@ public class ArtistController : Controller
|
|||||||
|
|
||||||
await _client.Event.Trigger(new EventCreateData()
|
await _client.Event.Trigger(new EventCreateData()
|
||||||
{
|
{
|
||||||
EventName = "ArtistUpdated",
|
EventName = "artistupdated",
|
||||||
To =
|
To =
|
||||||
{
|
{
|
||||||
SubscriberId = userId,
|
SubscriberId = userId,
|
||||||
}
|
},
|
||||||
|
Payload = {}
|
||||||
});
|
});
|
||||||
|
|
||||||
return Ok(result);
|
return Ok(result);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user