Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
verfication -> verification
  • Loading branch information
eltociear authored May 10, 2023
1 parent 781a28b commit ac2a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/forefront/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class Forefront extends Chat {
}
}
if (!validateURL) {
throw new Error('Error while obtaining verfication URL!')
throw new Error('Error while obtaining verification URL!')
}
const validateRes = await session.get(validateURL)
const loginRes = await session.get('https://clerk.forefront.ai/v1/client?_clerk_js_version=4.39.0');
Expand Down

0 comments on commit ac2a3bf

Please sign in to comment.