We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075106f commit e67d4f4Copy full SHA for e67d4f4
src/api/twitter.ts
@@ -74,7 +74,6 @@ export const daily = async () => {
74
console.log("Twitter: Added data");
75
console.log("Twitter: Added daily summaries");
76
};
77
-daily();
78
79
export const summary = async () => {
80
for await (const typeName of ["twitter-tweets", "twitter-likes"]) {
0 commit comments