Skip to content

Commit c446336

Browse files
authored
removed eslint skipper
1 parent 708dff5 commit c446336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/organization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const organizationSchema = {
77
accreditation: { type: connector.Schema.Types.ObjectId, ref: "Accrediation", required: "true" },
88
};
99

10-
// eslint-disable-next-line no-unused-vars
10+
1111
const Organization = connector.model("Organization", organizationSchema);
1212

1313
async function remove(filter) {

0 commit comments

Comments
 (0)