Skip to content

fix(ub-pub): AsyncConnection stringify null

Andrii Bezuglyi requested to merge fix/async_connection_stringify into master

In some cases, execParams get value converted from `null to "null".

I see you fixed it in 9e7c1e62

But it is not completely fixed, in some cases, it still converts null to "null". This MR fixes the bug.

Merge request reports

Loading