Skip to content

Commit 31dc783

Browse files
author
Dimitar Todorov
committed
Fix: tslint errors in src/share-manager.ts
1 parent 61a4116 commit 31dc783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/share-manager.common.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface MessageMediaTemplateContent {
4242

4343
export interface ShareCallbackResult {
4444
android?: any; // com.facebook.share.Sharer.Result
45-
ios?: any; //(NSDictionary * ) The results from the sharer. This may be nil or empty.
45+
ios?: any; // (NSDictionary * ) The results from the sharer. This may be nil or empty.
4646
}
4747

4848
export type ShareCallbackFunction = (error: Error | null, result?: ShareCallbackResult | null) => void;

src/share-manager.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface MessageMediaTemplateContent {
4242

4343
export interface ShareCallbackResult {
4444
android?: any; // com.facebook.share.Sharer.Result
45-
ios?: any; //(NSDictionary * ) The results from the sharer. This may be nil or empty.
45+
ios?: any; // (NSDictionary * ) The results from the sharer. This may be nil or empty.
4646
}
4747

4848
export type ShareCallbackFunction = (error: Error | null, result?: ShareCallbackResult | null) => void;

0 commit comments

Comments
 (0)