Skip to content

Commit

Permalink
Some debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Jul 20, 2023
1 parent 01c2646 commit 0932188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ func (r *routerInstance) writeFacts(c *gin.Context) {
return
}

fmt.Println(details)

//let's force our facts to get pushed to the right place
lid, err := strconv.ParseInt(namespace.EnvironmentId, 10, 32)
if err != nil {
Expand Down

0 comments on commit 0932188

Please sign in to comment.