ungrayscale if connected

This commit is contained in:
talksik
2022-05-07 15:25:06 -05:00
parent 5459e2fd2b
commit a1e13267cb
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ async function createLine(req: Request, res: Response) {
const newLine = new Line(
new ObjectId(userInfo.userId),
reqObj.lineName,
reqObj.lineName ?? undefined,
new Date(),
new Date(),
new ObjectId()