mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable saving commits to file
This commit is contained in:
parent
8df1ddbdf7
commit
f5319bc8d8
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default async function () {
|
||||||
// console.log('commits', commits)
|
// console.log('commits', commits)
|
||||||
|
|
||||||
// Save commits to file just in case
|
// Save commits to file just in case
|
||||||
await fs.writeFile('./commits-data.json', JSON.stringify(commits))
|
// await fs.writeFile('./commits-data.json', JSON.stringify(commits))
|
||||||
|
|
||||||
|
|
||||||
// Parse markdown
|
// Parse markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue