mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-25 15:35:12 +00:00
fix upstream linting
This commit is contained in:
parent
0a15ffba55
commit
f17d716d61
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ export async function isFired<C extends keyof Misskey.Channels, T extends keyof
|
||||||
reject(err);
|
reject(err);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
export async function isNoteUpdatedEventFired(
|
export async function isNoteUpdatedEventFired(
|
||||||
host: Host,
|
host: Host,
|
||||||
|
@ -290,7 +290,7 @@ export async function isNoteUpdatedEventFired(
|
||||||
reject(err);
|
reject(err);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
export async function assertNotificationReceived(
|
export async function assertNotificationReceived(
|
||||||
receiverHost: Host,
|
receiverHost: Host,
|
||||||
|
|
Loading…
Reference in a new issue