Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Sep 4, 2024
1 parent 10ed951 commit 8dc59ed
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 8dc59ed

Please sign in to comment.