We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cd3b5 commit 5bfcb80Copy full SHA for 5bfcb80
assets/javascripts/discourse/routes/followers.js
@@ -2,7 +2,7 @@ import { ajax } from "discourse/lib/ajax";
2
import DiscourseRoute from "discourse/routes/discourse";
3
4
export default class Followers extends DiscourseRoute {
5
- model /*params*/() {
+ model() {
6
return ajax(`/u/${this.paramsFor("user").username}/follow/followers`);
7
}
8
0 commit comments