Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Sep 8, 2023
1 parent b743259 commit 078d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/claude.ai/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import crypto from 'crypto'
// import initCycleTLS from 'cycletls'
let initCycleTLS
try {
initCycleTLS = await import('cycletls')
initCycleTLS = (await import('cycletls')).default
} catch (err) {
console.warn('未安装cycletls,无法使用claude2功能。')
}
Expand Down

0 comments on commit 078d31d

Please sign in to comment.