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',