mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
deno fmt
This commit is contained in:
parent
75135c62a4
commit
39b75d7f95
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Conf } from '@/config.ts';
|
||||
import { finishEvent, nip19 } from '@/deps.ts';
|
||||
|
||||
import type { SignedEvent, EventTemplate } from '@/event.ts';
|
||||
import type { EventTemplate, SignedEvent } from '@/event.ts';
|
||||
|
||||
// deno-lint-ignore require-await
|
||||
async function signAdminEvent<K extends number = number>(event: EventTemplate<K>): Promise<SignedEvent<K>> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue