Fix toJSON()
return type: should be string
instead of object
#151
Labels
toJSON()
return type: should be string
instead of object
#151
This function should return a type
string
instead ofobject
https://github.com/zixia/node-facenet/blob/b1e4f4b62383699d4c2e670abfe00613e47d0828/src/face.ts#L331
According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify:
The text was updated successfully, but these errors were encountered: