From 7123bc35e9ec9aa213cc340d3ec91d029dc3fd08 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 3 Dec 2020 12:56:42 +0100 Subject: [PATCH] done --- todosController/todos.js | 1 - 1 file changed, 1 deletion(-) diff --git a/todosController/todos.js b/todosController/todos.js index b38fcfc..047e92b 100644 --- a/todosController/todos.js +++ b/todosController/todos.js @@ -3,7 +3,6 @@ const express = require('express'); const mongoose = require('mongoose'); const {ObjectId} = mongoose.Types; -// Require Todo model in our routes module let Todo = require('../models/Todo'); class TodosController {