diff --git a/src/datapoint.js b/src/datapoint.js index de8bf4c..0b09e64 100644 --- a/src/datapoint.js +++ b/src/datapoint.js @@ -11,8 +11,6 @@ class DatapointService { this.buffer = null; } - - /** * Map the buffer to objects * @param {Buffer} buffer @@ -71,7 +69,7 @@ class DatapointService { async reloadDatapointById(id) { throw new Error("Not implemented"); } - + }