Skip to content

Commit a8274f8

Browse files
committed
[FIX]: MongoDB Id type doesnt conform.
1 parent f4d78a3 commit a8274f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Models/ActivityCard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace mssp_application.Models
44
{
55
public class ActivityCard
66
{
7-
public int Id { get; set; } // Unique identifier for the activity card
7+
public MongoDB.Bson.BsonObjectId Id { get; set; } // Unique identifier for the activity card
88

99
public string Title { get; set; } // Title of the activity card
1010

0 commit comments

Comments
 (0)