Implemented a javascript code style
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Meteor.publish("singleCharacter", function(characterId, userId){
|
||||
if(
|
||||
if (
|
||||
Characters.findOne({
|
||||
_id: characterId,
|
||||
$or: [
|
||||
{readers: userId},
|
||||
{writers: userId},
|
||||
{owner: userId}
|
||||
]
|
||||
{owner: userId},
|
||||
],
|
||||
})
|
||||
){
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user