Skip to content

Commit 5bfcb80

Browse files
authored
Update assets/javascripts/discourse/routes/followers.js
1 parent 84cd3b5 commit 5bfcb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/routes/followers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ajax } from "discourse/lib/ajax";
22
import DiscourseRoute from "discourse/routes/discourse";
33

44
export default class Followers extends DiscourseRoute {
5-
model /*params*/() {
5+
model() {
66
return ajax(`/u/${this.paramsFor("user").username}/follow/followers`);
77
}
88

0 commit comments

Comments
 (0)