Value is not actually a member of a Set package

This commit is contained in:
Jarno Westhof 2022-03-31 11:39:58 +02:00 committed by Fabian Dill
parent 098d939653
commit aab477b874
1 changed files with 0 additions and 1 deletions

View File

@ -336,7 +336,6 @@ Used to write data to the server's data storage, that data can then be shared ac
| Name | Type | Notes |
| ------ | ----- | ------ |
| key | str | The key to manipulate. |
| value | any | The new value for the key. |
| default | any | The default value to use in case the key has no value on the server. |
| want_reply | bool | If set, the server will send a [SetReply](#SetReply) response back to the client. |
| operations | list\[[DataStorageOperation](#DataStorageOperation)\] | Operations to apply to the value, multiple operations can be present and they will be executed in order of appearance. |