fix import

This commit is contained in:
Ian Philips 2022-10-04 16:46:41 -06:00
parent 4f8304a6f5
commit 819ba78c74

View File

@ -8,7 +8,7 @@ import { DAY_MS, HOUR_MS } from '../../common/util/time'
import { filterDefined } from '../../common/util/array'
import { Follow } from '../../common/follow'
import { countBy, uniqBy } from 'lodash'
import { sendInterestingMarketsEmail } from 'functions/src/emails'
import { sendInterestingMarketsEmail } from './emails'
export const weeklyMarketsEmails = functions
.runWith({ secrets: ['MAILGUN_KEY'], memory: '4GB' })