mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 08:24:44 +08:00
apply prettier on gigantic find and replace (#7604)
This commit is contained in:
@ -19,8 +19,8 @@ export default Ember.Component.extend({
|
||||
this.set("show", true);
|
||||
|
||||
if (!this.location) {
|
||||
ajax("/admin/users/ip-info", { data: { ip: this.ip } }).then(
|
||||
location => this.set("location", Ember.Object.create(location))
|
||||
ajax("/admin/users/ip-info", { data: { ip: this.ip } }).then(location =>
|
||||
this.set("location", Ember.Object.create(location))
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user