Skip to content

Commit c35ddbc

Browse files
tolsadusclaude
andcommitted
feat: collect Cybertruck (ct) prices in scraping script
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 820ea8f commit c35ddbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const path = require('path')
88

99
const { sortObjectByKey } = require('./util')
1010

11-
const MODEL_LETTER = ['s', '3', 'x', 'y']
11+
const MODEL_LETTER = ['s', '3', 'x', 'y', 'ct']
1212

1313
const MODEL_CONDITION = ['used', 'new']
1414

0 commit comments

Comments
 (0)