typo
This commit is contained in:
parent
a94a648b0b
commit
59c8090bd3
@ -16,7 +16,7 @@ Meteor.publish('carts', function() {
|
||||
}
|
||||
});
|
||||
|
||||
Posts.permit(['insert', 'update', 'remove']).never();
|
||||
Posts.permit(['insert', 'update', 'remove']).never().apply();
|
||||
var adminusers = [
|
||||
//Add all Users here
|
||||
"mminer@bloomfield.org",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user