mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 13:44:26 +02:00
Refactor & Clean up
This commit is contained in:
@@ -32,7 +32,7 @@ export default Vue.extend({
|
||||
this.fetching = true;
|
||||
this.users = [];
|
||||
|
||||
(this as any).api('users/recommendation', {
|
||||
this.$root.api('users/recommendation', {
|
||||
limit: this.limit,
|
||||
offset: this.limit * this.page
|
||||
}).then(users => {
|
||||
|
||||
Reference in New Issue
Block a user