Skip to content

Commit

Permalink
Merge pull request xiangsx#23 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in  index.ts
  • Loading branch information
xiangsx authored May 10, 2023
2 parents 781a28b + ac2a3bf commit 0dc9ce5
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 0dc9ce5

Please sign in to comment.