summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-05-16 18:04:48 +0000
committerjules <jules@carbonpictures.com>2017-05-16 18:04:48 +0000
commita51e81d0690010a5e046ab66e37eee5e1bb0e21a (patch)
treed870bda66fe1691a79211b57983d139ee0d41a4a /index.js
parent095e4d6cf20c57612a5bcb2e94f36aa0e5158de2 (diff)
closing brace
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 8921784..5cd8692 100644
--- a/index.js
+++ b/index.js
@@ -37,7 +37,7 @@ var app = okcms.createApp({
date: {type: 'string'},
title: {type: 'string'},
medium: {type: 'string'},
- category: {type: 'enum', options:['Surveillance','Drones','Facial Recognition'},
+ category: {type: 'enum', options:['Surveillance','Drones','Facial Recognition']},
keywords: {type: 'text'},
description: {type: 'text'},
image: {type: 'image'},