summaryrefslogtreecommitdiff
path: root/tree/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'tree/index.js')
-rw-r--r--tree/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree/index.js b/tree/index.js
index 38ea425..d66caca 100644
--- a/tree/index.js
+++ b/tree/index.js
@@ -40,7 +40,7 @@ var app = okcms.createApp({
body: {type: 'text'},
image: {type: 'image'},
link: {type: 'string'},
- type: {type: 'enum', options: ['featured','cast','production'],
+ type: {type: 'enum', options: ['featured','cast','production']},
},
festival: {
id: {type: 'string', hidden: true},
@@ -82,7 +82,7 @@ var app = okcms.createApp({
bucket: process.env.S3_BUCKET,
maxbytes: 1024*1024*2,
},
- }
+ },
}).listen(process.env.PORT || 1337)