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

Commit

Permalink
Edit "unsubscribeFromTopic"
Browse files Browse the repository at this point in the history
  • Loading branch information
markosko committed Jan 16, 2017
1 parent 76f3999 commit 85eefaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,6 @@ export function deleteFile(options: DeleteFileOptions): Promise<any>;

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

export function unsubscribeToTopic(topicName): Promise<any>;
export function unsubscribeFromTopic(topicName): Promise<any>;
// crash logging
// export function sendCrashLog(options: SendCrashLogOptions): Promise<any>;

0 comments on commit 85eefaa

Please sign in to comment.