Skip to content

Commit 1f6c90b

Browse files
author
Ali Abdelfattah
authored
Merge pull request #503 from Instabug/fix/ts-spec
[INSD-4385] Add missing param in TS spec
2 parents 96ada24 + 3b3e02c commit 1f6c90b

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)