We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c90403 commit 1da9942Copy full SHA for 1da9942
go/cmd/relations/relations.go
@@ -95,6 +95,7 @@ func setupClients(ctx context.Context) (gClients, error) {
95
if err != nil {
96
dsClient.Close()
97
gcsClient.Close()
98
+
99
return gClients{}, fmt.Errorf("failed to create pubsub client: %w", err)
100
}
101
publisher := &clients.GCPPublisher{Publisher: pubsubClient.Publisher(topicName)}
0 commit comments