Closed Carifio24 closed 1 year ago
In the updates of #76, the ts-ignore used to get around the typing issues from JSON_EXTRACT-ed column meant that I missed a null guard. This PR fixes that.
ts-ignore
JSON_EXTRACT
Note that this should resolve https://github.com/cosmicds/hubbleds/issues/292.
In the updates of #76, the
ts-ignore
used to get around the typing issues fromJSON_EXTRACT
-ed column meant that I missed a null guard. This PR fixes that.Note that this should resolve https://github.com/cosmicds/hubbleds/issues/292.