We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8484f5 commit 1769b57Copy full SHA for 1769b57
packages/pg/lib/utils.js
@@ -70,7 +70,7 @@ var prepareValue = function (val, seen) {
70
if (Array.isArray(val)) {
71
return arrayString(val)
72
}
73
-
+
74
return prepareObject(val, seen)
75
76
return val.toString()
0 commit comments