fix .kind filter validator.

This commit is contained in:
fiatjaf
2022-01-01 10:26:55 -03:00
parent 76624a0f23
commit b271d6c06b
5 changed files with 7 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import {relayPool} from './pool'
import {
getBlankEvent,
signEvent,
validateEvent,
verifySignature,
serializeEvent,
getEventHash
@@ -15,6 +16,7 @@ export {
relayConnect,
relayPool,
signEvent,
validateEvent,
verifySignature,
serializeEvent,
getEventHash,