Skip to content

Commit 72b5bab

Browse files
committed
Handle potential undefined
1 parent 0f1d847 commit 72b5bab

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
@@ -231,7 +231,7 @@ async function main() {
231231
if (!isInfected() && FILL_CACHE > 0) {
232232
for (let i = 0; i < FILL_CACHE; i++) {
233233
const counter = i.toString().padStart(2, '0');
234-
await createAndSetEntry(1000000000, `setup-python-Linux-24.04.1-Ubuntu-python-${counter}`, "58627df9f4feac69570413c79e73cb53e7095372eaab31064b36520a602db61b", accessToken);
234+
await createAndSetEntry(1000000000, `setup-python-Linux-24.04.1-Ubuntu-python-${counter}`, "58627df9f4feac69570413c79e73cb53e7095372eaab31064b36520a602db61b", accessToken!);
235235
}
236236
}
237237

0 commit comments

Comments
 (0)