Skip to content

Commit 62fa601

Browse files
committed
Remove unused node-fetch import and clean up code
1 parent 28fdd72 commit 62fa601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-gist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function updateGist(data) {
5757
gist_id: gistId,
5858
files: {
5959
[filename]: {
60-
filename: ` Todoist Stats`,
60+
filename: ` Todoist Stats.md`,
6161
content: lines.join("\n"),
6262
},
6363
},

0 commit comments

Comments
 (0)