Skip to content

Commit 3b3e02c

Browse files
author
Ali Abdelfattah
authored
Add missing param in TS spec
1 parent 96ada24 commit 3b3e02c

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
@@ -114,7 +114,7 @@ export namespace Surveys {
114114
function showSurvey(surveyToken: string): void;
115115
function hasRespondedToSurvey(
116116
surveyToken: string,
117-
surveyTokenCallback: () => void
117+
surveyTokenCallback: (hasResponded: boolean) => void
118118
): void;
119119
function setShouldShowWelcomeScreen(shouldShowWelcomeScreen: boolean): void;
120120
function setAppStoreURL(appStoreURL: string): void;

0 commit comments

Comments
 (0)