Skip to content

Commit

Permalink
add ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Aug 2, 2023
1 parent e54dc3d commit f2286c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcana-auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function (opts: {
const instance = new AuthProvider(opts.clientID, opts.params)
await instance.init()
return new Promise((resolve, reject) => {
// @ts-ignore
instance.provider.once('connect', () => {
resolve({
provider: createEIP1193Provider(instance.provider),
Expand Down

0 comments on commit f2286c5

Please sign in to comment.