chore: Unify backend express project into ESM (#281)
This commit is contained in:
@@ -24,4 +24,4 @@ function defineCaseAttachment(sequelize, DataTypes) {
|
||||
return CaseAttachment;
|
||||
}
|
||||
|
||||
module.exports = defineCaseAttachment;
|
||||
export default defineCaseAttachment;
|
||||
|
||||
Reference in New Issue
Block a user