Skip to content

Commit

Permalink
fix: use default for catch all
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Jan 13, 2025
1 parent e880343 commit 3960ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proplet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
switch cfg.ExternalWasmRuntime != "" {
case true:
runtime = runtimes.NewHostRuntime(logger, mqttPubSub, cfg.ChannelID, cfg.ExternalWasmRuntime)
case false:
default:
runtime = runtimes.NewWazeroRuntime(logger, mqttPubSub, cfg.ChannelID)
}

Expand Down

0 comments on commit 3960ea8

Please sign in to comment.