progressively-crew / progressively

The Open Source Product Control Tower

Home Page:https://progressively.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrap compound SQL insertions with prisma transactions

mfrachet opened this issue · comments

Helped discover a bug: for some reasons, there is something that is not going okay with this line: https://github.com/progressively-crew/progressively/blob/master/packages/backend/src/flags/flags.service.ts#L306

Issue found, the problem raised on the first call to the end point during the integration test suite runs. Fixed :)

Fixed in #202, closing the issue