Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idranme committed Jul 20, 2024
1 parent 7c063bd commit 4f7f50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/qq/src/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class WsClient<C extends Context = Context> extends Adapter.WsClient<C, Q
return this.bot.http.ws(url)
} catch (error) {
if (this.bot.http.isError(error) && error.response) {
this.bot.logger.warn(`GET /gateway response: %o, trace id: %s`, error.response.data)
this.bot.logger.warn(`GET /gateway response: %o`, error.response.data)
}
throw error
}
Expand Down

0 comments on commit 4f7f50f

Please sign in to comment.