Skip to content

Commit 37da09a

Browse files
authored
Changed main function declaration from const to var.
1 parent e4d9aa9 commit 37da09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghreposcards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const GHRepoCardsInit = (() => {
1+
var GHRepoCardsInit = (() => {
22

33
async function processGHRepoCards(ENABLE_CACHING) {
44

0 commit comments

Comments
 (0)