We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aec960 commit 2d98ebaCopy full SHA for 2d98eba
src/index.ts
@@ -58,6 +58,8 @@ async function init() {
58
const age = calculateAge("07/21/2005");
59
60
const total = await getWakatimeTotalTime();
61
+ if (!total) return;
62
+
63
const today = format(Date.now(), "yyyy-MM-dd");
64
const bioMessage = `${age}y/o programmer and student - Frontend focused web dev. Coded Today (${today}): ${total}`;
65
0 commit comments