Skip to content

Commit

Permalink
Merge pull request #308 from multiversx/fix-indexer-mappings
Browse files Browse the repository at this point in the history
Fix mappings
  • Loading branch information
miiu96 authored Dec 3, 2024
2 parents 6c94153 + 5bbc478 commit d5965b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/noKibana/accountsESDT.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var AccountsESDT = Object{
"format": "epoch_second",
},
"token": Object{
"type": "text",
"type": "keyword",
},
"tokenNonce": Object{
"type": "double",
Expand Down
2 changes: 1 addition & 1 deletion templates/noKibana/accountsESDTHistory.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var AccountsESDTHistory = Object{
"format": "epoch_second",
},
"token": Object{
"type": "text",
"type": "keyword",
},
"tokenNonce": Object{
"type": "double",
Expand Down
2 changes: 1 addition & 1 deletion templates/noKibana/tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var Tokens = Object{
"format": "epoch_second",
},
"token": Object{
"type": "text",
"type": "keyword",
},
"type": Object{
"type": "keyword",
Expand Down

0 comments on commit d5965b7

Please sign in to comment.