Skip to content

Commit 2ffe5e1

Browse files
Updated the SubmitValidator Class Name
1 parent 72944d1 commit 2ffe5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/api/submit/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Handler } from 'express'
22
import BaseValidator from 'validators/baseValidator'
33
import * as Joi from '@hapi/joi'
44

5-
export default class RunValidator extends BaseValidator {
5+
export default class SubmitValidator extends BaseValidator {
66
POST: Handler
77

88
constructor() {

0 commit comments

Comments
 (0)