Skip to content

Commit

Permalink
api/subgraph: log deploy output
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Jan 24, 2024
1 parent fe6e7e9 commit e5d954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/subgraph/subgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func DeploySubgraph(c *gin.Context) {
logrus.Error("Failed run deploy graph")
return
}

fmt.Println(outb.String())
os.Chdir(config.Dir)
os.RemoveAll(nonce)

Expand Down

0 comments on commit e5d954a

Please sign in to comment.