Skip to content

Commit

Permalink
fix: 官方适配器循环依赖bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn authored Nov 21, 2023
1 parent 5d501b7 commit 6e4cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/qq/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default class QQAdapter extends Adapter<'qq'>{
platform: 'qq',
...data,
}
delete data.bot
delete result.bot
return result
}
async start(uin:string){
Expand Down

0 comments on commit 6e4cad8

Please sign in to comment.