Skip to content

Commit f52e032

Browse files
author
Casper
authored
Update index.ts
1 parent 9aeab0e commit f52e032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function init() {
5959

6060
const total = await getWakatimeTotalTime();
6161
const today = new Date().toLocaleDateString();
62-
const bioMessage = `${age}y/o programmer and student - GTA Fanboy - Frontend focused web dev. Coded Today (${today}): ${total}`;
62+
const bioMessage = `${age}y/o programmer and student - Frontend focused web dev. Coded Today (${today}): ${total}`;
6363

6464
await updateBio(bioMessage);
6565
} catch (e) {

0 commit comments

Comments
 (0)