Skip to content

Commit

Permalink
wasm: fix type of a internal no-op server api
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Aug 6, 2023
1 parent c6cd557 commit 7469ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/serve_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func (*internalContext) Serve(ServeOptions) (ServeResult, error) {
type apiHandler struct {
}

func (*apiHandler) broadcastBuildResult(BuildResult, buildSummary) {
func (*apiHandler) broadcastBuildResult(BuildResult, map[string]string) {
}

func (*apiHandler) stop() {
Expand Down

0 comments on commit 7469ead

Please sign in to comment.