Skip to content

Commit

Permalink
CreateCheckInResponse add name
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 8, 2024
1 parent 95103a1 commit c6bfed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpkm67/checkin/checkin/v1/checkin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ message CreateCheckInRequest{

message CreateCheckInResponse{
CheckIn checkIn = 1;
string firstname = 2;
string lastname = 3;
}

// FindByUserId
Expand Down

0 comments on commit c6bfed6

Please sign in to comment.