Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mflilian committed Oct 7, 2022
1 parent 3f4a413 commit 3b637a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"go.mongodb.org/mongo-driver/bson"
)

// Message represents a chat message stored in Cassandra
// Message represents a chat message stored in MongoDB
type Message struct {
Timestamp time.Time `json:"timestamp" bson:"timestamp"`
Payload string `json:"payload" bson:"payload"`
Expand Down

0 comments on commit 3b637a1

Please sign in to comment.