Alastair McFarlane
Alastair McFarlane
It's v1.5.0. I'll take a look at the sample and try adding some getCorrelationContext calls into my code to see where it gets lost. Thanks!
> It's v1.5.0. I'll take a look at the sample and try adding some getCorrelationContext calls into my code to see where it gets lost. Thanks! It seems to be...
You know, actually - I was looking deeper into the code so that I could see whether I could tackle a PR for it, and it looks like you just...
This happens also in 0.11.0
I think this is just a typing issue - typescript isn't seeing the knex type extension declared in `index.d.ts`, and is instead seeing the vanilla knex QueryBuilder type which doesn't...