Skip to content

Commit

Permalink
Merge pull request #223 from Real-Dev-Squad/fix/approvalStatus
Browse files Browse the repository at this point in the history
Added approval status to new Diff
  • Loading branch information
lakshayman authored Sep 15, 2024
2 parents 020201a + bc90345 commit 663bc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layer/utils/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

func resToDiff(res Res, userId string) Diff {
return Diff{
Approval: "PENDING",
UserId: userId,
Timestamp: time.Now(),
FirstName: res.FirstName,
Expand Down

0 comments on commit 663bc5c

Please sign in to comment.