pull/1532/head
AndrewZuo01 2 years ago
parent 998ef5e10d
commit fc02fe9baf

@ -30,7 +30,7 @@ type FriendModel struct {
AddSource int32 `bson:"add_source"`
OperatorUserID string `bson:"operator_user_id"`
Ex string `bson:"ex"`
IsPinned *string `bson:"is_pinned"`
IsPinned *bool `bson:"is_pinned"`
}
// FriendModelInterface defines the operations for managing friends in MongoDB.

Loading…
Cancel
Save