moleculerjs / database

Advanced Database Access Service for Moleculer microservices framework
MIT License
32 stars 15 forks source link

TypeError: Cannot read property 'eventType' of null #10

Closed l0x539 closed 2 years ago

l0x539 commented 2 years ago

https://github.com/moleculerjs/database/blob/8c3679321254b3e65c9232403dc876fe2215525b/src/methods.js#L880

Shouldn't this be handled since cacheOpts can be null?

icebob commented 2 years ago

Thanks, fixed.