SaintAngeLs / distributed_minispace

Microservices based Social Network -- Distributed .Net Blazor solution. MiniSpace is a microservices-based social network designed to enhance student life. Built with .NET Blazor, it enables event management, social interactions, and administrative oversight, providing a comprehensive platform for students and event organizers.
https://minispace.itsharppro.com
Apache License 2.0
5 stars 0 forks source link

[BUG] hot fix issue with notification service #266

Closed SaintAngeLs closed 1 month ago

SaintAngeLs commented 1 month ago

Describe the Bug The description goes below.

To Reproduce Steps to reproduce the behavior: notification service AddOrUpdateAsync method creates the object with the bson.type of Object.Id but it should be Guid.

Expected Behavior Update the AddOrUpdateAsync method

SaintAngeLs commented 1 month ago

266

SaintAngeLs commented 1 month ago

268