mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-07-13 07:12:08 -05:00
fix: fix typo in enum values
This commit is contained in:
parent
6d7646a5db
commit
4275d2ed9d
|
|
@ -13,7 +13,7 @@ const TaskSchema = new mongoose.Schema<ITask, TaskModel, ITaskMethods>({
|
|||
status: {
|
||||
type: String,
|
||||
required: true,
|
||||
enum: ['open', 'closed']
|
||||
enum: ['open', 'close']
|
||||
},
|
||||
title_id: String,
|
||||
description: String,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user