convert calls

This commit is contained in:
Hailey
2024-07-12 06:58:25 -07:00
parent 6b3f60d23e
commit 6e315763df
3 changed files with 17 additions and 19 deletions
@@ -5,6 +5,6 @@ export function getGooglePlayReferrerInfoAsync(): Promise<GooglePlayReferrerInfo
throw new NotImplementedError()
}
export function getReferrerInfoAsync(): Promise<ReferrerInfo | null> {
export function getReferrerInfo(): ReferrerInfo | null {
throw new NotImplementedError()
}