Quantcast
Channel: User pahan - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by pahan for Looping Futures Exception. How to fix the cause

$
0
0

there is a typo in your code.

Posts.allow({    update: ownsDocument,    remote: ownsDocument});

should be changed as

Posts.allow({    update: ownsDocument,    remove: ownsDocument});

Viewing all articles
Browse latest Browse all 42

Trending Articles