From af3dcb27e59720bffcf0458b1ddb2066a8a0114c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 8 Jan 2025 09:35:57 -0600 Subject: [PATCH] Format --- src/state/queries/unstable-profile-cache.ts | 2 +- src/types/atproto/post.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/state/queries/unstable-profile-cache.ts b/src/state/queries/unstable-profile-cache.ts index 40eae6dcda..7ffbfade4a 100644 --- a/src/state/queries/unstable-profile-cache.ts +++ b/src/state/queries/unstable-profile-cache.ts @@ -1,5 +1,5 @@ import {useCallback} from 'react' -import {QueryClient,useQueryClient} from '@tanstack/react-query' +import {QueryClient, useQueryClient} from '@tanstack/react-query' import * as atp from '#/types/atproto' diff --git a/src/types/atproto/post.ts b/src/types/atproto/post.ts index 993235237c..faca671a8f 100644 --- a/src/types/atproto/post.ts +++ b/src/types/atproto/post.ts @@ -60,9 +60,9 @@ export type View = media: View | undefined } -export function parseEmbedView( - { record }: AppBskyEmbedRecord.View, -): View | undefined { +export function parseEmbedView({ + record, +}: AppBskyEmbedRecord.View): View | undefined { if (AppBskyEmbedRecord.isViewRecord(record)) { return { type: 'post',