Skip to content

Commit e126dfb

Browse files
committed
Remove 0 for parseInt
1 parent 70461d8 commit e126dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/stories/variant-analysis/VariantAnalysisAnalyzedRepos.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ faker.seed(42);
129129

130130
const manyScannedRepos = Array.from({ length: 1000 }, (_, i) => {
131131
const mockedScannedRepo = createMockScannedRepo();
132-
const nanoid = customAlphabet("0123456789");
132+
const nanoid = customAlphabet("123456789");
133133
return {
134134
...mockedScannedRepo,
135135
analysisStatus: VariantAnalysisRepoStatus.Succeeded,

0 commit comments

Comments
 (0)