Skip to content

Commit 8a8bad0

Browse files
committed
removed params reinit
1 parent f22e23a commit 8a8bad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/result.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class Result {
102102
this.params = []
103103
}
104104
this.params.push(paramDescriptions)
105-
this.params = Set(this.params)
106105
}
107106
}
108107
module.exports = Result

0 commit comments

Comments
 (0)