fix: correct mistyped kind
This commit is contained in:
parent
c845a4fc4f
commit
926c3f62a0
2 changed files with 6 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ export const ExtendedKind = {
|
|||
RELAY_REVIEW: 31987,
|
||||
GROUP_METADATA: 39000,
|
||||
ADDRESSABLE_NORMAL_VIDEO: 34235,
|
||||
ADDRESSABLE_SHORT_VIDEO: 24236
|
||||
ADDRESSABLE_SHORT_VIDEO: 34236
|
||||
}
|
||||
|
||||
export const SUPPORTED_KINDS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue