-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: clean old data #466
fix: clean old data #466
Conversation
@@ -0,0 +1,129 @@ | |||
import { getAtmoIndicator } from '~/aggregators/indice_atmo.ts'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
@@ -0,0 +1,129 @@ | |||
import { getAtmoIndicator } from '~/aggregators/indice_atmo.ts'; | |||
import { getPollensIndicator } from '~/aggregators/pollens.ts'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
@@ -0,0 +1,129 @@ | |||
import { getAtmoIndicator } from '~/aggregators/indice_atmo.ts'; | |||
import { getPollensIndicator } from '~/aggregators/pollens.ts'; | |||
import { getIndiceUVIndicator } from '~/aggregators/indice_uv.ts'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
import { getIndiceUVIndicator } from '~/aggregators/indice_uv.ts'; | ||
import { setupCronJob } from './utils'; | ||
import { capture } from '~/third-parties/sentry'; | ||
import { getWeatherAlert } from '~/aggregators/weather_alert'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
import { setupCronJob } from './utils'; | ||
import { capture } from '~/third-parties/sentry'; | ||
import { getWeatherAlert } from '~/aggregators/weather_alert'; | ||
import { getBathingWaterIndicator } from '~/aggregators/bathing_water'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
🎉 This PR is included in version 1.32.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.