Explorar el Código

added today's date

ryuichi-e hace 5 años
padre
commit
307febeb95
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/server/routes/apiv3/share-links.js

+ 2 - 0
src/server/routes/apiv3/share-links.js

@@ -14,6 +14,8 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
 
 const validator = {};
 
+const today = new Date();
+
 /**
  * @swagger
  *  tags: