aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/author.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/author.ts')
-rw-r--r--server/models/author.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/author.ts b/server/models/author.ts
index 3264d3a88..e0fb250f9 100644
--- a/server/models/author.ts
+++ b/server/models/author.ts
@@ -14,7 +14,7 @@ import {
14let Author: Sequelize.Model<AuthorInstance, AuthorAttributes> 14let Author: Sequelize.Model<AuthorInstance, AuthorAttributes>
15let findOrCreateAuthor: AuthorMethods.FindOrCreateAuthor 15let findOrCreateAuthor: AuthorMethods.FindOrCreateAuthor
16 16
17export default function defineAuthor (sequelize: Sequelize.Sequelize, DataTypes) { 17export default function defineAuthor (sequelize: Sequelize.Sequelize, DataTypes: Sequelize.DataTypes) {
18 Author = sequelize.define<AuthorInstance, AuthorAttributes>('Author', 18 Author = sequelize.define<AuthorInstance, AuthorAttributes>('Author',
19 { 19 {
20 name: { 20 name: {