Skip to content

Commit

Permalink
cleanup: remove double append
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed May 17, 2024
1 parent 1b1ebbe commit b569e99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion call.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func (a *callArgs) getLinkModules() []extism.Wasm {
case 2:
name = split[0]
path = split[1]
modules = append(modules, extism.WasmFile{Path: path, Name: name})
default:
continue
}
Expand Down

0 comments on commit b569e99

Please sign in to comment.