* rc20-alpah2 + empty Model set from Yavsc

This commit is contained in:
Paul Schneider 2018-05-15 14:07:27 +02:00
commit 8ee81e9357
6 changed files with 9 additions and 14 deletions

View file

@ -125,7 +125,7 @@ namespace Yavsc.ApiControllers
// Notify the client
var locstr = _localizer["EstimationMessageToClient"];
var yaev = new EstimationEvent(dbContext,estimate,_localizer);
var yaev = new EstimationEvent(estimate,_localizer);
var regids = estimate.Client.Devices.Select(d => d.GCMRegistrationId).ToArray();
bool gcmSent = false;