Skip to content

Commit

Permalink
Updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Frs2304 authored Feb 8, 2023
1 parent 006e03a commit 2e9d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const DATE = moment().subtract(1,'d').format()
const data = {
date : DATE
}
jsonfile.writeFile(FILE_PATH,data);
jsonfile.writeFile(FILE_PATH,data)
simpleGit().add([FILE_PATH]).commit(DATE,{'--date': DATE}).push();

0 comments on commit 2e9d8e0

Please sign in to comment.