Skip to content

Commit

Permalink
testing new XID method
Browse files Browse the repository at this point in the history
  • Loading branch information
DalvinCodes committed Jun 9, 2023
1 parent 6c79e16 commit d4e9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/xid.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type XID struct {
ID string `json:"_id" bson:"_id"`
ID string
}

func NewXID() XID {
Expand Down

0 comments on commit d4e9868

Please sign in to comment.