Skip to content

Commit 1a2f231

Browse files
committed
camelCase
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 333df88 commit 1a2f231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ function getToday() {
119119
('00' + weekDay.toString()).slice(-2);
120120
return weekDisplayPadded;
121121
}
122-
123122
function handleGithubUsernameChange() {
124123
var value = githubUsernameElement.value;
125124
chrome.storage.local.set({ githubUsername: value });

0 commit comments

Comments
 (0)