Skip to content

Commit

Permalink
Fix JS import
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Jan 12, 2024
1 parent b11848a commit c1052b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controllers/cronController.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type Request, type Response } from 'express'
import FirestoreAdapter from '../data/firestore/firestoreAdapter'
import Config from '../config/config'
import { tomorrow } from '../data/dateUtils'
import { tomorrow } from '../data/dateUtils.js'

class CronController {
static PATHS = {
Expand Down

0 comments on commit c1052b5

Please sign in to comment.