Skip to content

Commit

Permalink
Update insert.js
Browse files Browse the repository at this point in the history
  • Loading branch information
autermann authored Nov 8, 2019
1 parent 16278c8 commit 7232d3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion insert.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
let date = new Date().toISOString().substring(0, 10);
//let date = new Date().toISOString().substring(0, 10);

let date = '2019-07-14';

db.termsOfUse.remove({issuedDate: date});
db.termsOfUse.insert({
Expand Down

0 comments on commit 7232d3a

Please # to comment.