Add missing newline

This commit is contained in:
Alex Gleason 2024-01-01 13:08:22 -06:00
parent 3807ca175f
commit 38241d011d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -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({