mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-08 06:00:28 -06:00
Update KVStoreInterfaceService.js
This commit is contained in:
@@ -87,7 +87,7 @@ class KVStoreInterfaceService extends BaseService {
|
||||
result: { type: 'number' },
|
||||
},
|
||||
decr: {
|
||||
description: 'Increment a value by key.',
|
||||
description: 'Decrement a value by key.',
|
||||
parameters: {
|
||||
key: { type: 'string', required: true, },
|
||||
amount: { type: 'number' },
|
||||
|
||||
Reference in New Issue
Block a user