mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-15 01:49:35 +08:00
3 lines
105 B
JavaScript
3 lines
105 B
JavaScript
dpd.users.get({id: {$in: this.friends}}, function(friends) {
|
|
if (friends) this.friends = friends;
|
|
}); |