update yarn.lock

This commit is contained in:
Martti Malmi
2023-12-08 11:35:07 +02:00
parent 4f7152d3e0
commit 74bc8bafda
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ export class NostrLink implements ToNostrEventTag {
toEventTag(marker?: string) {
const relayEntry = this.relays ? [this.relays[0]] : [];
if (marker) {
if (relayEntry.length === 0) {
relayEntry.push("");