Skip to content

Commit

Permalink
Move 317-319 to be 1 line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kio-td authored Jul 12, 2024
1 parent 21b8d4b commit 6479423
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ export class AgeVerificationSystem {
* @param ws - The WebSocket connection
* @param data - The error data
*/
private async handleStripeError(
ws: WebSocketType,
): Promise<void> {
private async handleStripeError(ws: WebSocketType): Promise<void> {
const errorSession =
await this.stripe.identity.verificationSessions.retrieve(
this.accountsOpen[ws.data.identity].stripe?.id ?? "",
Expand Down

0 comments on commit 6479423

Please sign in to comment.