jacany / nosbin

Found non-null assertions JS-0339
Anti-pattern
Major
3 months agoa year old
Forbidden non-null assertion
176		await this.relays.publish(event, this.getCurrentRelaysInArray());
177
178		if (returnNip19) {
179			return nip19.neventEncode({ id: event.id!, relays: this.getCurrentRelaysInArray() })180		}
181		return event.id;
182	}