fix after merge

This commit is contained in:
phiresky 2023-09-21 12:32:41 +00:00
parent 31f3677270
commit fe40adfc39

View file

@ -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,
) {