Skip to content

Commit 2989029

Browse files
Fixed import path
Signed-off-by: tomni <thomas.nicolai@frequenz.com>
1 parent 636541f commit 2989029

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

proto/frequenz/api/platformassets/v1alpha1/platformassets.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ message GridpoolEnergySchedule {
191191
string name = 3;
192192

193193
// The third-party balancing group involved in the scheduled energy exchange.
194-
BalancingGroup counterparty_balancing_group = 4;
194+
frequenz.api.common.v1alpha8.grid.BalancingGroup
195+
counterparty_balancing_group = 4;
195196

196197
// Delivery area in which the scheduled energy exchange applies.
197198
frequenz.api.common.v1alpha8.grid.DeliveryArea delivery_area = 5;

0 commit comments

Comments
 (0)