Skip to content
Snippets Groups Projects
Commit 39ad6402 authored by Tom Käsler's avatar Tom Käsler
Browse files

fix indentation

parent 3c90940f
1 merge request!2Motd
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"_id":"_design/motd", "_id":"_design/motd",
"language":"javascript", "language":"javascript",
"views":{ "views":{
"all":{ "all":{
"map":"function(doc) { if (doc.type == 'motd') { emit(1, doc);}}" "map":"function(doc) { if (doc.type == 'motd') { emit(1, doc);}}"
}, },
"admin":{ "admin":{
"map":"function(doc) { if (doc.type == 'motd' && doc.audience != 'session') { emit(1, doc);}}" "map":"function(doc) { if (doc.type == 'motd' && doc.audience != 'session') { emit(1, doc);}}"
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment