This commit is contained in:
@@ -401,7 +401,7 @@ namespace AyaNova.Biz
|
|||||||
AyaType = newObject.AyaType,
|
AyaType = newObject.AyaType,
|
||||||
ObjectId = newObject.Id,
|
ObjectId = newObject.Id,
|
||||||
NotifySubscriptionId = sub.Id,
|
NotifySubscriptionId = sub.Id,
|
||||||
Message = newObject.Name
|
Name = newObject.Name
|
||||||
};
|
};
|
||||||
await ct.NotifyEvent.AddAsync(n);
|
await ct.NotifyEvent.AddAsync(n);
|
||||||
log.LogTrace($"Adding NotifyEvent: [{n.ToString()}]");
|
log.LogTrace($"Adding NotifyEvent: [{n.ToString()}]");
|
||||||
|
|||||||
Reference in New Issue
Block a user