Skip to content

Commit

Permalink
Remove max number limit for Project/Spaces Favorites (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPhamous authored Dec 19, 2023
1 parent 26aebea commit f5674ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeit/schemas",
"version": "2.32.0",
"version": "2.33.0",
"description": "All schemas used for validation that are shared between our projects",
"scripts": {
"test": "yarn run lint && best --verbose",
Expand Down
1 change: 0 additions & 1 deletion user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ const FavoriteProjectOrSpace = {
const FavoriteProjectsAndSpaces = {
type: 'array',
minItems: 0,
maxItems: 12,
items: FavoriteProjectOrSpace,
additionalProperties: false
};
Expand Down

0 comments on commit f5674ed

Please sign in to comment.