Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit ff4e1f6

Browse files
committed
keep option<response>
1 parent 22f711f commit ff4e1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit-definitions/operator/wit/operator.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ world wavs-world {
9494
use input.{trigger-action};
9595
use output.{wasm-response};
9696

97-
export run: func(trigger-action: trigger-action) -> result<list<wasm-response>, string>;
97+
export run: func(trigger-action: trigger-action) -> result<option<wasm-response>, string>;
9898
}

0 commit comments

Comments
 (0)