Add missing newline

This commit is contained in:
Alex Gleason
2024-01-01 13:08:22 -06:00
parent 3807ca175f
commit 38241d011d

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