Skip to content

Commit

Permalink
refactor(functions): fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Sep 30, 2023
1 parent 98cc80e commit 12536da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/cron/exchange-rate-import/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { logger } from 'firebase-functions';
import { onSchedule } from 'firebase-functions/lib/v2/providers/scheduler';
import { onSchedule } from 'firebase-functions/v2/scheduler';
import { DateTime } from 'luxon';
import { ExchangeRateImporter } from './ExchangeRateImporter';

Expand Down

0 comments on commit 12536da

Please sign in to comment.