feat(useragent): callouts feature for approving new things
This commit is contained in:
@@ -13,7 +13,7 @@ Future<VaultState?> vaultState(Ref ref) async {
|
||||
return null;
|
||||
}
|
||||
|
||||
final resp = await conn.request(UserAgentRequest(queryVaultState: Empty()));
|
||||
final resp = await conn.ask(UserAgentRequest(queryVaultState: Empty()));
|
||||
if (resp.whichPayload() != UserAgentResponse_Payload.vaultState) {
|
||||
talker.warning('Expected vault state response, got ${resp.whichPayload()}');
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user