From 8b776b5c45761cb84e86d69a225e7c8d0cf52011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Sun, 16 Jan 2022 18:06:41 +0100 Subject: [PATCH] remove todos --- lib/datastore.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/datastore.js b/lib/datastore.js index bea4c7d..5823f6e 100755 --- a/lib/datastore.js +++ b/lib/datastore.js @@ -9,9 +9,6 @@ const Persistence = require('./persistence.js') const { isDate } = require('./utils.js') // TODO: have one version of the documentation for each function -// TODO: remove jsdoc2md file that generates a docs/ directory, and replace it with something that generates the README -// TODO: check the classes and modules which need to be included int he documentation -// TODO: replace examples of the Readme with @example JSDoc tags // TODO: update changelog // TODO: dropDatabase callback + tests /**