sixtay

Results 3 issues of sixtay

I'm curious about your use of the 'owner' role in the project. Scouring the codebase I have struggled to understand how you are validating the user's ownership of the resources....

This causes issues when looking to use barrel export for all generated files `export * from './user.ts'` `export * from './file.ts"` I get an error _Module './user' has already exported...

bug
help wanted

https://github.com/PrestaShopCorp/nestjs-geteventstore/blob/3a14375624d53521fa3aad698c6729f1234dbf59/src/event-store/services/event-store.service.ts#L308 This doesn't look correct. Payload will always be undefined and will break. Please advise