orbitdb-archive / orbit-db-http-api

A HTTP API Server for the OrbitDB distributed peer-to-peer database
MIT License
37 stars 11 forks source link

Fix missing counter increment if no increment specified. #18

Closed haydenyoung closed 5 years ago

haydenyoung commented 5 years ago

Proposed solution to missing val in request.payload when calling /inc without a specified increment value.

phillmac commented 5 years ago

It's the preferred option to maintain the current default behaviour if at all possible, see 13c113b