mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
fix after merge
This commit is contained in:
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…
Reference in New Issue
Block a user