forked from DebaucheryLibrarian/traxxx
Added profile scraping and Hoby Buchanon to Team Skeet.
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
return {
|
||||
entity: null,
|
||||
totalCount: null,
|
||||
limit: 20,
|
||||
limit: Number(this.$route.query.limit) || 20,
|
||||
expanded: false,
|
||||
};
|
||||
},
|
||||
|
||||
@@ -86,7 +86,6 @@ function initEntitiesActions(store, _router) {
|
||||
or: [
|
||||
{
|
||||
slug: { equalTo: $entitySlug }
|
||||
type: { equalTo: "channel" }
|
||||
},
|
||||
{
|
||||
parent: {
|
||||
|
||||
Reference in New Issue
Block a user