diff options
author | 2023-10-15 17:52:46 -0700 | |
---|---|---|
committer | 2023-10-15 17:52:46 -0700 | |
commit | d26756e153b096e9ababe4cbd8454d6218d9f373 (patch) | |
tree | f692cfd87254a21e1119e761d87109830f4e33a7 /src/bun.js/api/postgres.classes.ts | |
parent | ab035d6e82f2c4d25831e709707099ef768dba79 (diff) | |
download | bun-d26756e153b096e9ababe4cbd8454d6218d9f373.tar.gz bun-d26756e153b096e9ababe4cbd8454d6218d9f373.tar.zst bun-d26756e153b096e9ababe4cbd8454d6218d9f373.zip |
Things can happen
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: { |