1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-04-15 15:34:06 +00:00

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