Skip to content

Commit

Permalink
not empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mav-Ivan committed Sep 13, 2023
1 parent c4d8def commit c1152f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Schema, model } = require('mongoose')
const { QUIZ, USER } = require('~/consts/models')
const { FIELD_CANNOT_BE_EMPTY, FIELD_CANNOT_BE_LONGER, FIELD_CANNOT_BE_SHORTER } = require('~/consts/errors')

const quizSchema = new Schema(
let quizSchema = new Schema(
{
title: {
type: String,
Expand Down

0 comments on commit c1152f4

Please sign in to comment.