Skip to content

Commit

Permalink
fix: compile with commit
Browse files Browse the repository at this point in the history
Co-authored-by: Easton Crupper <[email protected]>
  • Loading branch information
plyr4 and ecrupper authored Oct 27, 2023
1 parent 1414e60 commit 1c06bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/build/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ func GetBuildGraph(c *gin.Context) {
Duplicate().
WithBuild(b).
WithFiles(files).
WithCommit(b.GetCommit())
WithMetadata(m).

Check failure on line 265 in api/build/graph.go

View workflow job for this annotation

GitHub Actions / build

undefined: WithMetadata

Check failure on line 265 in api/build/graph.go

View workflow job for this annotation

GitHub Actions / test

undefined: WithMetadata

Check failure on line 265 in api/build/graph.go

View workflow job for this annotation

GitHub Actions / validate

undefined: WithMetadata

Check failure on line 265 in api/build/graph.go

View workflow job for this annotation

GitHub Actions / test

undefined: WithMetadata

Check failure on line 265 in api/build/graph.go

View workflow job for this annotation

GitHub Actions / build

undefined: WithMetadata

Check failure on line 265 in api/build/graph.go

View workflow job for this annotation

GitHub Actions / validate

undefined: WithMetadata
WithRepo(r).
WithUser(u).
Expand Down

0 comments on commit 1c06bd8

Please sign in to comment.