Skip to content

Commit 4e46187

Browse files
committed
remove example(TODO)
Signed-off-by: Jem Davies <jemsot@gmail.com>
1 parent b672626 commit 4e46187

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/impl/grpc/input_grpc_client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ func grpcClientInputSpec() *service.ConfigSpec {
3838
Fields(
3939
service.NewInterpolatedStringField(grpcClientInputPayload).
4040
Description(grpcClientInputPayloadDescription).
41-
Optional().
42-
Example("TODO"),
41+
Optional(),
4342
service.NewStringField(grpcClientInputRateLimit).
4443
Description("An optional [rate limit](/docs/components/rate_limits/about) to throttle requests by.").
4544
Optional(),

0 commit comments

Comments
 (0)