marketCloseEmails: "every hour" => "every 1 hours"
This commit is contained in:
parent
1036c2df0d
commit
6701bfca0d
|
@ -6,7 +6,7 @@ import { getPrivateUser, getUserByUsername } from './utils'
|
||||||
import { sendMarketCloseEmail } from './emails'
|
import { sendMarketCloseEmail } from './emails'
|
||||||
|
|
||||||
export const marketCloseEmails = functions.pubsub
|
export const marketCloseEmails = functions.pubsub
|
||||||
.schedule('every hour')
|
.schedule('every 1 hours')
|
||||||
.onRun(async () => {
|
.onRun(async () => {
|
||||||
await sendMarketCloseEmails()
|
await sendMarketCloseEmails()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user