Skip to content

Commit

Permalink
Merge pull request #1587 from rodekruis/feat.update-mock-windspeed
Browse files Browse the repository at this point in the history
Feat.update mock windspeed
  • Loading branch information
jannisvisser authored Sep 17, 2024
2 parents 0ebf996 + 20a2ce9 commit 26cf416
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 13,182 deletions.
5 changes: 0 additions & 5 deletions interfaces/IBF-dashboard/src/app/models/poi.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ export class HealthSite {
dynamicData?: { exposure: string };
}

export enum HealthSiteType {
hospital = 'hospital',
clinic = 'clinic',
}

export class DamSite {
damName: string;
countryCodeISO3: string;
Expand Down
6 changes: 6 additions & 0 deletions services/API-service/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ module.exports = {
},
],
'@typescript-eslint/camelcase': 'off',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
};
Loading

0 comments on commit 26cf416

Please sign in to comment.