Skip to content

Commit

Permalink
delete mock transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Dec 25, 2023
1 parent 62bf294 commit 6217216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/common/http/request_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ func GetIpFromRequest(r *http.Request) (string, error) {
return "", errors.New("IP not found")
}

func GetGoalIdFromRequest(r *http.Request) {
return
}
// func GetGoalIdFromRequest(r *http.Request) {
// return
// }

0 comments on commit 6217216

Please sign in to comment.