Skip to content

Commit

Permalink
style: fix function name case
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 1, 2024
1 parent 0415d96 commit 050f0ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class NotificationContentService {
content.country = country;
content.indicatorMetadata = await this.getIndicatorMetadata(disasterType);
content.linkEapSop = this.getLinkEapSop(country, disasterType);
content.defaultAdminAreaLabel = this.getdefaultAdminAreaLabel(
content.defaultAdminAreaLabel = this.getDefaultAdminAreaLabel(
country,
content.defaultAdminLevel,
);
Expand Down Expand Up @@ -103,7 +103,7 @@ export class NotificationContentService {
).eapLink;
}

private getdefaultAdminAreaLabel(
private getDefaultAdminAreaLabel(
country: CountryEntity,
adminAreaDefaultLevel: number,
): AdminAreaLabel {
Expand Down

0 comments on commit 050f0ba

Please sign in to comment.