From 9773355b15e8b6eabbb45f27886b939087b122a3 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 7 Jan 2025 20:08:08 -0600 Subject: [PATCH] Use isValidRecord --- src/components/StarterPack/QrCodeDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StarterPack/QrCodeDialog.tsx b/src/components/StarterPack/QrCodeDialog.tsx index 2feea0973a..79de3bfba5 100644 --- a/src/components/StarterPack/QrCodeDialog.tsx +++ b/src/components/StarterPack/QrCodeDialog.tsx @@ -77,7 +77,7 @@ export function QrCodeDialog({ } else { setIsProcessing(true) - if (!AppBskyGraphStarterpack.isRecord(starterPack.record)) { + if (!AppBskyGraphStarterpack.isValidRecord(starterPack.record)) { return }