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,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user