Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Nov 11, 2020
1 parent a6ae4a9 commit 59716f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const perTypeSchema: MakeSchemaFrom<ByTypeTaggingUsageData> = {
};

export const tagUsageCollectorSchema: MakeSchemaFrom<TaggingUsageData> = {
totalTags: { type: 'integer' },
usedTags: { type: 'integer' },
taggedObjects: { type: 'integer' },

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3138,9 +3138,6 @@
},
"saved_objects_tagging": {
"properties": {
"totalTags": {
"type": "integer"
},
"usedTags": {
"type": "integer"
},
Expand Down

0 comments on commit 59716f8

Please sign in to comment.