Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Jun 28, 2024
1 parent 9be2f6e commit 11ea8c7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions internal/checkin/checkin.utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,3 @@ func ProtoToDtos(in []*checkinProto.CheckIn) []*dto.CheckIn {
}
return out
}

// func DtoToProto(in *dto.CheckIn) *checkinProto.CheckIn {
// return &checkinProto.CheckIn{
// Id: in.ID,
// UserId: in.UserID,
// Email: in.Email,
// Event: in.Event,
// }
// }

// func DtoToProtos(in []*dto.CheckIn) []*checkinProto.CheckIn {
// var out []*checkinProto.CheckIn
// for _, v := range in {
// out = append(out, DtoToProto(v))
// }
// return out
// }

0 comments on commit 11ea8c7

Please sign in to comment.