mirror of https://github.com/dapr/java-sdk.git
Fixing Recursive call for delete state only with key (#166)
This commit is contained in:
parent
50675532b2
commit
dfb3af58a1
|
@ -307,7 +307,7 @@ public class DaprClientHttpAdapter implements DaprClient {
|
|||
*/
|
||||
@Override
|
||||
public Mono<Void> deleteState(String key) {
|
||||
return this.deleteState(key);
|
||||
return this.deleteState(key, null, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue