fix import
This commit is contained in:
parent
4f8304a6f5
commit
819ba78c74
|
@ -8,7 +8,7 @@ import { DAY_MS, HOUR_MS } from '../../common/util/time'
|
||||||
import { filterDefined } from '../../common/util/array'
|
import { filterDefined } from '../../common/util/array'
|
||||||
import { Follow } from '../../common/follow'
|
import { Follow } from '../../common/follow'
|
||||||
import { countBy, uniqBy } from 'lodash'
|
import { countBy, uniqBy } from 'lodash'
|
||||||
import { sendInterestingMarketsEmail } from 'functions/src/emails'
|
import { sendInterestingMarketsEmail } from './emails'
|
||||||
|
|
||||||
export const weeklyMarketsEmails = functions
|
export const weeklyMarketsEmails = functions
|
||||||
.runWith({ secrets: ['MAILGUN_KEY'], memory: '4GB' })
|
.runWith({ secrets: ['MAILGUN_KEY'], memory: '4GB' })
|
||||||
|
|
Loading…
Reference in New Issue
Block a user