This commit is contained in:
Aleksandr Bezobchuk
2022-06-15 15:43:46 -04:00
parent 418f5e08f8
commit 0ac7ebd4af
+1 -1
View File
@@ -28,7 +28,7 @@ func NewEventSink(connStr, chainID string) (*EventSink, error) {
c, err := pubsub.NewClient(ctx, "project-id")
if err != nil {
return nil, fmt.Errorf("failed to create Google Cloud Pubsub client: %w", err)
return nil, fmt.Errorf("failed to create a Google Cloud Pubsub client: %w", err)
}
return &EventSink{