fix after merge

pull/3960/head
phiresky 8 months ago
parent 31f3677270
commit fe40adfc39

@ -291,7 +291,7 @@ export async function searchPostLocal(
/// wait for a post to appear locally without pulling it
export async function waitForPost(
api: API,
api: LemmyHttp,
post: Post,
checker: (t: PostView | undefined) => boolean = p => !!p,
) {

Loading…
Cancel
Save