Skip to content
Snippets Groups Projects
Commit c104fab4 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

linter pleasing

parent 9e682de9
No related branches found
No related tags found
1 merge request!287Implement data persisting for user management
Pipeline #99508 failed
......@@ -89,7 +89,7 @@ func (u *User) MarshalJSON() ([]byte, error) {
})
}
// MarshallBSON implments the MarshalBSON interface to store a user as BSON
// MarshalBSON implments the MarshalBSON interface to store a user as BSON
func (u *User) MarshalBSON() ([]byte, error) {
return bson.Marshal(&struct {
UserID string `bson:"_id,omitempty"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment