Merge pull request #459 from charles37/FixTypo

Fixed a Typo in endpointNotSupportedInJsonRpcMode
This commit is contained in:
Bernhard B 2023-11-28 23:21:01 +01:00 committed by GitHub
commit e9503a2196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ const groupPrefix = "group."
const signalCliV2GroupError = "Cannot create a V2 group as self does not have a versioned profile"
const endpointNotSupportedInJsonRpcMode = "This endpoint is not supported in JSON-RCP mode."
const endpointNotSupportedInJsonRpcMode = "This endpoint is not supported in JSON-RPC mode."
type GroupPermission int