From f2a8c5c9518ad5ec460cd40c5a8c3aade0d4b2b0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 2 Jan 2025 18:02:46 -0600 Subject: [PATCH] Migrate postgate/index --- src/state/queries/postgate/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/queries/postgate/index.ts b/src/state/queries/postgate/index.ts index 149b9cbe93..84bc2d765d 100644 --- a/src/state/queries/postgate/index.ts +++ b/src/state/queries/postgate/index.ts @@ -60,7 +60,7 @@ export async function getPostgateRecord({ }), ) - if (data.value && AppBskyFeedPostgate.isRecord(data.value)) { + if (data.value && AppBskyFeedPostgate.isValidRecord(data.value)) { return data.value } else { return undefined