Skip to content

Commit

Permalink
fix(core-api): fix order in delegates/{id}/blocks (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainydio committed Aug 6, 2020
1 parent 08d8c93 commit 50492b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-api/src/routes/delegates.ts
Expand Up @@ -63,7 +63,7 @@ export const register = (server: Hapi.Server): void => {
query: Joi.object({
...server.app.schemas.blockCriteriaSchemas,
...server.app.schemas.pagination,
orderBy: server.app.schemas.orderBy,
orderBy: server.app.schemas.blocksOrderBy,
transform: Joi.bool().default(true),
}),
},
Expand Down

0 comments on commit 50492b4

Please sign in to comment.