diff options
Diffstat (limited to 'src/bun.js/api/postgres.classes.ts')
-rw-r--r-- | src/bun.js/api/postgres.classes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/api/postgres.classes.ts b/src/bun.js/api/postgres.classes.ts index 0a6f209fe..1185f8389 100644 --- a/src/bun.js/api/postgres.classes.ts +++ b/src/bun.js/api/postgres.classes.ts @@ -42,6 +42,7 @@ export default [ construct: true, finalize: true, configurable: false, + hasPendingActivity: true, JSType: "0b11101110", klass: {}, proto: { |