Skip to content

Commit a71fd43

Browse files
committed
Move githubREST constants and update cache generation
Signed-off-by: paulober <[email protected]>
1 parent 6ad9999 commit a71fd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/genCache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
keep = True
2323

2424
if keep:
25-
txt += line
25+
txt += line.replace("export ", "")
2626

2727
if "const CURRENT_DATA_VERSION =" in line:
2828
keep = False

0 commit comments

Comments
 (0)