irceline / aq-mobile-be

App for consulting air quality data in Belgium using the ionic framework for Android and iOS
Apache License 2.0
7 stars 8 forks source link

compilation error #253

Closed opeeters closed 3 years ago

opeeters commented 3 years ago

There currently is a compilation error on the 52n-v2-upgrade branch:

ERROR in src/app/v2/components/background/background.component.ts:6:10 - error TS2305: Module '"../../common/enums"' has no exported member 'valueDateToString'.

6 import { valueDateToString } from '../../common/enums';

@janschulte you probably forgot to commit your local changes to common/enums.ts, no?

janschulte commented 3 years ago

Sorry for that, I forget to cleanup completly after testing the background image behaviour. Is fixed now.