Skip to content

Conversation

@SmashingQuasar
Copy link
Member

Description

This PR aims to resolves all issues identified by SonarQube.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

private contentType: string | undefined;
private boundary: string | undefined;
private rawBody: Promise<Buffer>;
private rawBody: Promise<Buffer> = Promise.resolve(Buffer.alloc(0));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We ruled against initializing properties outside the constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants