Update KVStoreInterfaceService.js

This commit is contained in:
jelveh
2025-07-02 20:10:00 -07:00
parent 0947b90c87
commit 2bad220602

View File

@@ -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' },