We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708dff5 commit c446336Copy full SHA for c446336
models/organization.js
@@ -7,7 +7,7 @@ const organizationSchema = {
7
accreditation: { type: connector.Schema.Types.ObjectId, ref: "Accrediation", required: "true" },
8
};
9
10
-// eslint-disable-next-line no-unused-vars
+
11
const Organization = connector.model("Organization", organizationSchema);
12
13
async function remove(filter) {
0 commit comments