fix: add sendPortfolioDigest to import
This commit is contained in:
parent
cdddefc6a9
commit
580c03e959
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import cron from 'node-cron';
|
||||
import { initDb } from './db/client.js';
|
||||
import { login } from './angel/auth.js';
|
||||
import { pollTick, forcePoll, sendMarketOpenAlert, sendPreCloseAlert } from './tracker/poll.js';
|
||||
import { pollTick, forcePoll, sendMarketOpenAlert, sendPreCloseAlert, sendPortfolioDigest } from './tracker/poll.js';
|
||||
import { createServer } from './api/server.js';
|
||||
import { sendServiceNotification } from './notify/telegram.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue