aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index fdcef74..b47824a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -40,8 +40,7 @@ function setUpModels(){
type: {
type: Sequelize.STRING,
allowNull: false,
- },
- }),
+ },}),
"pictures": database.define('pictures', {
source: { type: Sequelize.TEXT, allowNull: false},
})