You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frontend will send notification in body with type ClientNotification, wrap it in INotification type (by adding extra time field populated with current time), save it in the database. (schema already exists in backend code)
Frontend will send notification in body with type
ClientNotification
, wrap it inINotification
type (by adding extra time field populated with current time), save it in the database. (schema already exists in backend code)https://github.com/dtutimes/nix-backend-v2/blob/main/src/api/models/notificationModel.ts#L34-L44
https://github.com/dtutimes/nix-backend-v2/blob/main/src/api/models/notificationModel.ts#L54-L62
The text was updated successfully, but these errors were encountered: