mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Updates
This commit is contained in:
@@ -11,9 +11,7 @@ const RootQuery = {
|
||||
return null;
|
||||
}
|
||||
|
||||
const {value = '', limit} = query;
|
||||
|
||||
return Assets.search(value, limit);
|
||||
return Assets.search(query);
|
||||
},
|
||||
asset(_, query, {loaders: {Assets}}) {
|
||||
if (query.id) {
|
||||
|
||||
Reference in New Issue
Block a user