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
	 syuilo
					syuilo