dep fix
This commit is contained in:
parent
8434c358ff
commit
5df33347b2
@ -212,8 +212,8 @@ async function generateEvent(
|
|||||||
const newEvent = new NDKEvent(ndk, {
|
const newEvent = new NDKEvent(ndk, {
|
||||||
content: _value || "",
|
content: _value || "",
|
||||||
kind: 1,
|
kind: 1,
|
||||||
tags: [...event.tags, ["client", "ordstr"]],
|
tags: [...event.tags, ["client", "flockstr"]],
|
||||||
pubkey: user.hexpubkey,
|
pubkey: user.pubkey,
|
||||||
} as NostrEvent);
|
} as NostrEvent);
|
||||||
console.log("Event to create", newEvent);
|
console.log("Event to create", newEvent);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user