Skip to content

Commit

Permalink
Fix: remove tubearchivist stats validation
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Aug 11, 2024
1 parent 74f76e2 commit 805f119
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/widgets/tubearchivist/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const widget = {
mappings: {
downloads: {
endpoint: "stats/download",
validate: ["pending"],
},
videos: {
endpoint: "stats/video",
Expand All @@ -21,9 +20,6 @@ const widget = {
endpoint: "stats/playlist",
validate: ["doc_count"],
},
stats: {
endpoint: "stats",
},
},
};

Expand Down

0 comments on commit 805f119

Please sign in to comment.