Skip to content

Commit

Permalink
Merge 64ed4ea into 2ddd026
Browse files Browse the repository at this point in the history
  • Loading branch information
dougal83 committed Jan 27, 2020
2 parents 2ddd026 + 64ed4ea commit 7339d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repository/src/common-types.ts
Expand Up @@ -100,7 +100,7 @@ export interface Count {
*/
export const CountSchema = {
type: 'object',
title: 'loopback.count',
title: 'Loopback.Count',
properties: {count: {type: 'number'}},
};

Expand Down

0 comments on commit 7339d09

Please sign in to comment.