mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-08-23 01:24:07 -05:00
fix: made descriptions into strings
This commit is contained in:
@@ -15,7 +15,7 @@ const TaskSchema = new mongoose.Schema<ITask, TaskModel, ITaskMethods>({
|
||||
enum: ['open'] // TODO - What else is there?
|
||||
},
|
||||
title_id: String,
|
||||
description: Number,
|
||||
description: String,
|
||||
created: BigInt,
|
||||
updated: BigInt
|
||||
}, { id: false });
|
||||
|
||||
Reference in New Issue
Block a user