logster 2.11.2 → 2.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,7 +170,8 @@ export default EmberObject.extend({
170
170
 
171
171
  this.set("loading", true);
172
172
  return ajax("/messages.json", {
173
- data: data
173
+ data: data,
174
+ method: "POST"
174
175
  })
175
176
  .then(data => {
176
177
  // guard against race: ensure the results we're trying to apply