diff --git a/examples/nodejs/webhooks/doc-example-files/webhook-doc-examples.ts b/examples/nodejs/webhooks/doc-example-files/webhook-doc-examples.ts index 9d5e600f5..8c2c5cb2b 100644 --- a/examples/nodejs/webhooks/doc-example-files/webhook-doc-examples.ts +++ b/examples/nodejs/webhooks/doc-example-files/webhook-doc-examples.ts @@ -8,13 +8,7 @@ * a second file in the future if desired. * */ -import { - CredentialProvider, - TopicClient, - TopicConfigurations, - TopicItem, - TopicPublishResponse, -} from '@gomomento/sdk'; +import {CredentialProvider, TopicClient, TopicConfigurations, TopicItem, TopicPublishResponse} from '@gomomento/sdk'; async function example_API_WebhookTopicSubscribe(topicClient: TopicClient, cacheName: string) { const result = await topicClient.subscribe(cacheName, 'topic 2', {