Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Jun 30, 2023
1 parent 6631613 commit 1629754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/src/tests/sync/open-behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const DogForSyncSchema = {
},
};

async function getRegisteredEmailPassCredentials(app: Realm.App) {
async function getRegisteredEmailPassCredentials(app: Realm.App<any, any>) {
if (!app) {
throw new Error("No app supplied to 'getRegisteredEmailPassCredentials'");
}
Expand Down

0 comments on commit 1629754

Please sign in to comment.