Raymonzut 5 years ago
parent 695a6705fc
commit 964e72eb73
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 2
      client/src/remote.js

@ -10,7 +10,7 @@ module.exports = {
if (res.body.length === 0) { if (res.body.length === 0) {
throw Error("Response body empty") throw Error("Response body empty")
} }
this.post = res.body[0] this.post = res.body
} }
else { else {
this.posts = res.body this.posts = res.body

Loading…
Cancel
Save