HeyPuter / puter

🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
https://puter.com
GNU Affero General Public License v3.0
25.06k stars 1.63k forks source link

decr function example doesn't work in the documentation. #767

Open salsina opened 2 weeks ago

salsina commented 2 weeks ago

Issue Description The decr function example doesn't work in the documentation. Steps to Reproduce

  1. Open https://docs.puter.com/KV/decr/
  2. Run the example in the playground
  3. Test incr('testIncrKey') --> all good
  4. Now test decr('testIncrKey')

Expected & Actual Behavior Expected: The value of 'testIncrKey' should be displayed Actual: No output Addition Information or Screenshots (if applicable) Chrome Version 128.0.6613.138 (Official Build) (64-bit) - Windows 10

Deployment

Puter version (if accessible) 2.4.1

KernelDeimos commented 2 weeks ago

This should be working now! Thanks for reporting!