mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix #6063
This commit is contained in:
parent
0874aec4ab
commit
668d3daf24
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ export default (opts) => ({
|
|||
},
|
||||
|
||||
async init() {
|
||||
this.queue = [];
|
||||
this.fetching = true;
|
||||
if (opts.before) opts.before(this);
|
||||
let params = typeof this.pagination.params === 'function' ? this.pagination.params(true) : this.pagination.params;
|
||||
|
|
Loading…
Add table
Reference in a new issue