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 9aeab0e commit f52e032Copy full SHA for f52e032
src/index.ts
@@ -59,7 +59,7 @@ async function init() {
59
60
const total = await getWakatimeTotalTime();
61
const today = new Date().toLocaleDateString();
62
- const bioMessage = `${age}y/o programmer and student - GTA Fanboy - Frontend focused web dev. Coded Today (${today}): ${total}`;
+ const bioMessage = `${age}y/o programmer and student - Frontend focused web dev. Coded Today (${today}): ${total}`;
63
64
await updateBio(bioMessage);
65
} catch (e) {
0 commit comments