From f12e30135c6d900f356da1c149299fb1ed206f25 Mon Sep 17 00:00:00 2001 From: Suraj Keshri Date: Wed, 13 Nov 2024 19:28:56 +0700 Subject: [PATCH] updates --- .changeset/shiny-taxis-search.md | 5 +++++ packages/google-pubsub/src/PubSubEventBus.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/shiny-taxis-search.md diff --git a/.changeset/shiny-taxis-search.md b/.changeset/shiny-taxis-search.md new file mode 100644 index 0000000..59b80dd --- /dev/null +++ b/.changeset/shiny-taxis-search.md @@ -0,0 +1,5 @@ +--- +"graphql-eventbus-google-pubsub": patch +--- + +fix type diff --git a/packages/google-pubsub/src/PubSubEventBus.ts b/packages/google-pubsub/src/PubSubEventBus.ts index 25f13b4..15dcab1 100644 --- a/packages/google-pubsub/src/PubSubEventBus.ts +++ b/packages/google-pubsub/src/PubSubEventBus.ts @@ -166,7 +166,7 @@ export class PubSubEventBus { topic: a.topic, metadata: a.metadata, extra: { - atttibutes: a.attributes, + attributes: a.attributes, }, }); };