Skip to content

Commit

Permalink
Added approval status to new Diff
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Sep 15, 2024
1 parent a7a9cff commit bc90345
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 bc90345

Please sign in to comment.