Skip to content

Commit

Permalink
style(binding-coap): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Sep 24, 2021
1 parent 0de9d1a commit 2d10de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/binding-coap/src/coap-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default class CoapServer implements ProtocolServer {
private readonly server: any = coap.createServer((req: any, res: any) => {
this.handleRequest(req, res);
});

private readonly things: Map<string, ExposedThing> = new Map<string, ExposedThing>();
private servient: Servient = null;

Expand Down

0 comments on commit 2d10de8

Please sign in to comment.