oceanprotocol-archive / DAOBot

Web3 Glue for OceanDAO
6 stars 4 forks source link

DAOBot - Warnings - Fix circular dependencies throwing warnings. #175

Open idiom-bytes opened 2 years ago

idiom-bytes commented 2 years ago

Currently in DAOBot: pm2 logs

/root/.pm2/logs/summary-cron-out.log last 15 lines:
/root/.pm2/logs/summary-cron-error.log last 15 lines:
1|summary_ | 07-04 14:07:53.305: (node:31370) Warning: Accessing non-existent property 'levels' of module exports inside circular dependency
1|summary_ | 07-04 14:07:53.306: (Use `node --trace-warnings ...` to show where the warning was created)

/root/.pm2/logs/update-funding-cron-error.log last 15 lines:
0|update_f | 07-04 14:07:53.989: (node:31360) Warning: Accessing non-existent property 'Standings' of module exports inside circular dependency
0|update_f | 07-04 14:07:53.989: (Use `node --trace-warnings ...` to show where the warning was created)