Skip to content

Commit 822d516

Browse files
foolipddbeck
andauthored
Update scripts/audit-consumers.ts
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 147d33f commit 822d516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/audit-consumers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { features as webFeatures } from "../index.js";
1212
// deduplicated by ID.
1313
async function* chromeStatusFeatures() {
1414
const num = 500;
15-
for (let start = 0 /* nothing here */; ; start += num) {
15+
for (let start = 0; /* nothing here */ ; start += num) {
1616
const url = `https://chromestatus.com/api/v0/features?start=${start}&num=${num}`;
1717
const resp = await fetch(url);
1818
if (!resp.ok) {

0 commit comments

Comments
 (0)