Files
triggerdotdev--trigger.dev/.changeset/lemon-jobs-repair.md
T
Eugene Yaroslavtsev cd8f6b9af0 fix: [nestjs integration] fastify HTTP adapter detection now works correctly for response headers (#938)
* fix: [nestjs integration] fastify HTTP adapter detection now works correctly for response headers

- fixed a bug where Fastify responses were incorrectly processed as Express due to overlapping method names.
- introduced type guards to differentiate between Express and Fastify response objects.
- bumping @trigger.dev/nestjs patch version to 2.3.19

* fix TS type check build error
2024-03-22 14:41:21 +00:00

136 B

@trigger.dev/nestjs
@trigger.dev/nestjs
patch

fix: [nestjs integration] fastify HTTP adapter detection now works correctly for response headers