fix typo in endpointNotSupportedInJsonRpcMode

This commit is contained in:
Benjamin Prevor
2023-11-27 11:33:42 -05:00
committed by GitHub
parent 6f2fadf5ac
commit e4b2d21588

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 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 type GroupPermission int