mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-04 16:49:36 +00:00
added a condition to call adding a message
This commit is contained in:
parent
02eb8e3634
commit
17055273bf
@ -178,11 +178,14 @@ public class ProductService : IProductService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_wishlistsService.AddMessageToPersonalWishlistAsync(wishlistId, new MessageCreateDto()
|
if (currentDataType == SearchEventType.Message)
|
||||||
{
|
{
|
||||||
Text = messageBuffer.Text,
|
_wishlistsService.AddMessageToPersonalWishlistAsync(wishlistId, new MessageCreateDto()
|
||||||
}, cancellationToken);
|
{
|
||||||
mqchecker = false;
|
Text = messageBuffer.Text,
|
||||||
|
}, cancellationToken);
|
||||||
|
mqchecker = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private SearchEventType DetermineDataType(string dataTypeHolder)
|
private SearchEventType DetermineDataType(string dataTypeHolder)
|
||||||
|
Loading…
Reference in New Issue
Block a user