From 7f5eddc09668592c754d6aad12015b8144d15a76 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:06:21 -0700 Subject: More progress --- src/bun.js/api/postgres.classes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/api/postgres.classes.ts') diff --git a/src/bun.js/api/postgres.classes.ts b/src/bun.js/api/postgres.classes.ts index 1423e0da1..671ecfd6f 100644 --- a/src/bun.js/api/postgres.classes.ts +++ b/src/bun.js/api/postgres.classes.ts @@ -54,7 +54,7 @@ export default [ length: 0, }, }, - values: ["instance"], + values: ["pendingValue"], estimatedSize: true, }), ]; -- cgit v1.2.3