From 6536735a6043c12fafd59d85bd6000e1f21cd48a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 20:18:30 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- .../src/protos/xyz/block/ftl/pubsub/v1/pubsub_connect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/console/src/protos/xyz/block/ftl/pubsub/v1/pubsub_connect.ts b/frontend/console/src/protos/xyz/block/ftl/pubsub/v1/pubsub_connect.ts index 25fd20875b..2932c38b96 100644 --- a/frontend/console/src/protos/xyz/block/ftl/pubsub/v1/pubsub_connect.ts +++ b/frontend/console/src/protos/xyz/block/ftl/pubsub/v1/pubsub_connect.ts @@ -8,7 +8,7 @@ import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; import { PublishEventRequest, PublishEventResponse, ResetSubscriptionRequest, ResetSubscriptionResponse } from "./pubsub_pb.js"; /** - * ModuleService is the service that modules use to interact with the Controller. + * LegacyPubsubService is the service that modules use to interact with the Controller. * * @generated from service xyz.block.ftl.pubsub.v1.LegacyPubsubService */