Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jojo-stripe committed Aug 28, 2023
1 parent c6be838 commit a618bdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ const createWrapper = (stripeConnect: any) => {
...metaOptions,
sdk: true,
sdkOptions: {
sdkVersion: version,
},
},
sdkVersion: version
}
}
});
},
logout: async () => {
await stripeConnect.logout();
},
}
};
return wrapper;
};

0 comments on commit a618bdd

Please # to comment.