Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 747a5ee

Browse files
committed
Edit "unsubscribeFromTopic"
1 parent 561231c commit 747a5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,6 @@ export function deleteFile(options: DeleteFileOptions): Promise<any>;
571571

572572
export function subscribeToTopic(topicName): Promise<any>;
573573

574-
export function unsubscribeToTopic(topicName): Promise<any>;
574+
export function unsubscribeFromTopic(topicName): Promise<any>;
575575
// crash logging
576576
// export function sendCrashLog(options: SendCrashLogOptions): Promise<any>;

0 commit comments

Comments
 (0)