From 8dc59edb75be805ae67b1c6852818ac1fa7942bb Mon Sep 17 00:00:00 2001 From: Chris Price Date: Wed, 28 Aug 2024 15:44:41 -0700 Subject: [PATCH] chore: linting --- .../webhooks/doc-example-files/webhook-doc-examples.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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', {