mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove extra comma
This commit is contained in:
parent
af7f6fea28
commit
994ab94107
@ -33,7 +33,7 @@ Discourse.Category = Discourse.Model.extend({
|
||||
text_color: this.get('text_color'),
|
||||
hotness: this.get('hotness')
|
||||
},
|
||||
type: this.get('id') ? 'PUT' : 'POST',
|
||||
type: this.get('id') ? 'PUT' : 'POST'
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user