Skip to content

Commit

Permalink
fix(cmd): Add SkipMissingValues flag in Playground (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallika05 authored Jan 15, 2025
1 parent fd858a9 commit e786320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/substation/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func handleRun(w http.ResponseWriter, r *http.Request) {
}

msgs := []*message.Message{
message.New().SetData([]byte(request.Input)),
message.New().SetData([]byte(request.Input)).SkipMissingValues(),
message.New().AsControl(),
}

Expand Down

0 comments on commit e786320

Please sign in to comment.