Skip to content

Conversation

@Dhruvrg
Copy link
Member

@Dhruvrg Dhruvrg commented Jun 14, 2023

fixes #52

@Hitansh159
Copy link
Contributor

pull changes from development then resolve conflict and push again

@Hitansh159
Copy link
Contributor

also remove test function

models/module.js Outdated
import connector from '#models/databaseUtil';
import connector from "#models/databaseUtil";

connector.set("debug", true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line

models/module.js Outdated
};

const moduleModel = new connector.model('Module', moduleSchema);
const moduleModel = new connector.model("Module", moduleSchema);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change name from moduleModel to Module

Copy link
Contributor

@Hitansh159 Hitansh159 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hitansh159 Hitansh159 merged commit c2432e6 into development Jun 20, 2023
@TejasNair9977 TejasNair9977 deleted the 52-CURD-module_model branch October 15, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants