Skip to content

Commit

Permalink
fix(usecase): correct ride ID on audti record
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-piovesan committed Dec 30, 2021
1 parent 6497bc3 commit b9e2ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usecase/ride.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (r *rideUseCase) createRide(
CreatedAt: time.Now().UTC(),
Data: ik.RequestParams,
OriginIP: oip.IP,
ResourceID: rd.ID,
ResourceID: ride.ID,
ResourceType: audit.ResourceTypeRide,
UserID: ik.UserID,
}
Expand Down

0 comments on commit b9e2ac5

Please sign in to comment.