Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyemmie committed Aug 5, 2023
1 parent b9dddec commit b44995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/database/snapshot_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type SnapshotInfo struct {
CreatedAt time.Time `bson:"created_at"`
}

// DeepCopy returns a deep copy of the ProjectInfo.
// DeepCopy returns a deep copy of the SnapshotInfo.
func (i *SnapshotInfo) DeepCopy() *SnapshotInfo {
if i == nil {
return nil
Expand Down

0 comments on commit b44995b

Please sign in to comment.