Skip to content

Commit fc9cfcf

Browse files
author
Sophia Tevosyan
committed
fixing the build error
1 parent ef2048b commit fc9cfcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/main/java/com/microsoft/durabletask/DurableTaskGrpcClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public final class DurableTaskGrpcClient extends DurableTaskClient {
6363

6464
DurableTaskGrpcClient(int port) {
6565
this.dataConverter = new JacksonDataConverter();
66+
this.defaultVersion = null;
6667

6768
// Need to keep track of this channel so we can dispose it on close()
6869
this.managedSidecarChannel = ManagedChannelBuilder

0 commit comments

Comments
 (0)