Refactoring

This commit is contained in:
Rampeur
2025-08-15 20:21:03 +02:00
parent 5d361da628
commit 25a09aa0fe
+1 -1
View File
@@ -57,7 +57,7 @@ function initModels(sequelize) {
Follower, Follower,
Tag, Tag,
TagList, TagList,
User, User
}; };
} }
module.exports = initModels; module.exports = initModels;