Merge branch 'master' into 142993479-tags

This commit is contained in:
gaba
2017-04-21 12:51:05 -07:00
+3 -1
View File
@@ -8,7 +8,9 @@ const FlagAction = {
return group_id;
},
user({user_id}, _, {loaders: {Users}}) {
return Users.getByID.load(user_id);
if (user_id) {
return Users.getByID.load(user_id);
}
},
};