Skip to content

Conversation

@pehupehu
Copy link
Collaborator

@pehupehu pehupehu commented Nov 6, 2024

No description provided.

@pehupehu pehupehu marked this pull request as ready for review November 7, 2024 09:11
get organizationUnitRef(): string | undefined {
return this.#organizationUnitRef;
}
get name(): string | undefined {

Choose a reason for hiding this comment

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

Not very important but an empty line is missing here.

public toJSON(): OrganizationUnitType {
return {
[OrganizationUnitTypeFields.COLUMN_ORGANIZATION_UNIT_REF]: this
.organizationUnitRef,

Choose a reason for hiding this comment

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

No need to split this line.

@pehupehu pehupehu merged commit 88254bd into main Nov 7, 2024
8 checks passed
@pehupehu pehupehu deleted the next-cpe-2 branch November 7, 2024 09:57
get priceBand(): PriceBand | undefined {
return this.#priceBand;
}
get organizationUnit(): OrganizationUnit | undefined {

Choose a reason for hiding this comment

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

Missing empty line here too.

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.

5 participants