Closed tchan128 closed 8 months ago
Caught two issues when trying to npm run start:
require
mongoose
const Conversation = require('./Conversation')
const commentSchema = new Schema({
Caught two issues when trying to npm run start:
require
was misspelled -- Corrected nowmongoose
was incorrectly added -- Removed now