mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: call store.event
This commit is contained in:
parent
c5fdc97e58
commit
aa1311ccae
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Deno.test('Admin revokes nip05 grant and nip05 column gets null', async () => {
|
|||
const metadata: NostrMetadata = { nip05: 'alex@gleasonator.dev' };
|
||||
const event = genEvent({ kind: 0, content: JSON.stringify(metadata) }, alex);
|
||||
|
||||
await store.updateAuthorData(event);
|
||||
await store.event(event);
|
||||
|
||||
const adminDeletion = await conf.signer.signEvent({
|
||||
kind: 5,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue