Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Czigler committed Aug 9, 2023
1 parent 60f1482 commit fe91f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pubsub/src/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const pubsub = new PubSub()

export const getOrCreateTopic = async (
topicName: string,
tries = 0,
tries = 0
): Promise<Topic> => {
try {
const [t] = await pubsub.topic(topicName).get({ autoCreate: true })
Expand Down

0 comments on commit fe91f9d

Please sign in to comment.