Skip to content

Commit 6a1e09a

Browse files
committed
Fix things
Signed-off-by: siri-varma <[email protected]>
1 parent bff8932 commit 6a1e09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/io/dapr/client/domain/ConversationRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class ConversationRequest {
3636
*/
3737
public ConversationRequest(String name, List<ConversationInput> inputs) {
3838
this.name = name;
39-
this.inputs = List.copyOf(inputs);
39+
this.inputs = inputs;
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)