Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EliCDavis committed Jan 26, 2025
1 parent 482b1ee commit 02cd5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (a *App) ApplyGraph(jsonPayload []byte) error {
}

func (a *App) Graph() []byte {
a.initGraphInstance()
g := schema.Graph{
Name: a.Name,
Version: a.Version,
Expand Down

0 comments on commit 02cd5af

Please sign in to comment.