Skip to content

Commit

Permalink
fixup! refactor(coap-server): refactor handleRequest method
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jul 21, 2023
1 parent 7fe88c5 commit d30b339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/binding-coap/src/coap-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export default class CoapServer implements ProtocolServer {
break;
case this.ACTION_DIR:
this.handleActionRequest(thing, affordanceKey, req, res, contentType);
break;;
break;
case this.EVENT_DIR:
this.handleEventRequest(thing, affordanceKey, req, res, contentType);
break;
Expand Down

0 comments on commit d30b339

Please sign in to comment.