Skip to content

Commit 910bf2f

Browse files
committed
Ensure the order of list piped
Signed-off-by: kj455 <[email protected]>
1 parent 9c2b4f3 commit 910bf2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/app/server/grpcapi/api.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,12 @@ func (a *API) RequestPlanPreview(ctx context.Context, req *apiservice.RequestPla
848848
Value: false,
849849
},
850850
},
851+
Orders: []datastore.Order{
852+
{
853+
Field: "Id",
854+
Direction: datastore.Asc,
855+
},
856+
},
851857
})
852858
if err != nil {
853859
return nil, gRPCStoreError(err, "list pipeds")

0 commit comments

Comments
 (0)