Migrate postgate/index
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user