feat(useragent): callouts feature for approving new things
This commit is contained in:
@@ -12,7 +12,7 @@ Future<List<SdkClientEntry>?> sdkClients(Ref ref) async {
|
||||
return null;
|
||||
}
|
||||
|
||||
final resp = await connection.request(
|
||||
final resp = await connection.ask(
|
||||
UserAgentRequest(sdkClientList: Empty()),
|
||||
);
|
||||
|
||||
|
||||
@@ -48,4 +48,4 @@ final class SdkClientsProvider
|
||||
}
|
||||
}
|
||||
|
||||
String _$sdkClientsHash() => r'833c249d9cc2f83921453e0ece354a9a2d9f4482';
|
||||
String _$sdkClientsHash() => r'9b50ef901a7b68e4e604d6d0b4777dbd3e6499e1';
|
||||
|
||||
Reference in New Issue
Block a user