Mongo db typeerror

im making something in mongodb with a nodejs driver but it gives me an error
TypeError: Cannot read properties of undefined (reading ‘collection’)
at Object. (/home/runner/pinger/index.js:71:22)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
heres the repl link https://replit.com/@DBTprods/pinger#index.js

Do you get any output above that error?

1 Like

No it only gives me this error