Hello-World-Software-Studios / calculator

Carpenter's tool for wall layout
0 stars 1 forks source link

Simplify payload #56

Closed ecumene closed 3 years ago

ecumene commented 3 years ago

Right now it's

{
  "id": {
    "id": 9
  }
}

Make it

{
  "id": 9
}

Instead :)