Skip to content

Commit 80d6988

Browse files
committed
key not keys
1 parent 7b83ca0 commit 80d6988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/comms/host/host-protocol-scheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const AUTH_OP = Joi.object().keys({
2323
offer: Joi.object().keys({
2424
sender: Joi.object().keys({
2525
id: Joi.string(),
26-
keys: Joi.object().keys({
26+
key: Joi.object().keys({
2727
type: Joi.string().required(),
2828
hash: Joi.string().required(),
2929
public: Joi.object().keys({

0 commit comments

Comments
 (0)