mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add missing newline
This commit is contained in:
parent
3807ca175f
commit
38241d011d
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ function updateListEvent<K extends number>(
|
|||
tags: fn(prev?.tags ?? []),
|
||||
}), c);
|
||||
}
|
||||
|
||||
/** Publish an admin event through the pipeline. */
|
||||
async function createAdminEvent<K extends number>(t: EventStub<K>, c: AppContext): Promise<Event<K>> {
|
||||
const event = await signAdminEvent({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue