Skip to content

Commit

Permalink
fixup! chore: upgrade dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 19, 2023
1 parent 2dcd266 commit dc8975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class CoAPServer extends EventEmitter {
}

this._lru = new CoapLRUCache({
max: maxSize,
maxSize,
sizeCalculation: (n, key) => {
return n.buffer.byteLength
},
Expand Down

0 comments on commit dc8975f

Please sign in to comment.