Skip to content

Commit 1769b57

Browse files
authored
fix: lint
1 parent a8484f5 commit 1769b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var prepareValue = function (val, seen) {
7070
if (Array.isArray(val)) {
7171
return arrayString(val)
7272
}
73-
73+
7474
return prepareObject(val, seen)
7575
}
7676
return val.toString()

0 commit comments

Comments
 (0)