Skip to content

Commit

Permalink
Undo unintentional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Sep 6, 2023
1 parent 979471b commit 816f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/docker/docker-pulls.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from './docker-helpers.js'

const pullsSchema = Joi.object({
latest: Joi.string().required(),
pull_count: nonNegativeInteger,
}).required()

export default class DockerPulls extends BaseJsonService {
Expand Down

0 comments on commit 816f09c

Please sign in to comment.