chaynHQ / bloom-backend

Code for the backend / API of the Bloom service
https://bloom.chayn.co/
MIT License
17 stars 29 forks source link

ticket-858 removed sessionFeedbackId from Dto #548

Closed ckirby19 closed 1 month ago

ckirby19 commented 1 month ago

Issue link / number:

See comment https://github.com/chaynHQ/bloom-frontend/pull/1058#discussion_r1686830481 on issue https://github.com/chaynHQ/bloom-frontend/issues/858

What changes did you make?

Removed sessionFeedbackId from backend DTO

Why did you make the changes?

It is not needed - this column is a PrimaryGeneratedColumn that generates a uuid automatically

Did you run tests?

Yes

eleanorreem commented 1 month ago

Great ⭐ thanks!