chore: remove redundant 'done' line from discover output
All checks were successful
Build and Deploy / Build & Push (push) Successful in 3m27s
All checks were successful
Build and Deploy / Build & Push (push) Successful in 3m27s
The → ID line already confirms success. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -116,7 +116,6 @@ async function main() {
|
|||||||
// Fetch full info to store name/abbreviation
|
// Fetch full info to store name/abbreviation
|
||||||
const info = await fetchParkInfo(apiId);
|
const info = await fetchParkInfo(apiId);
|
||||||
setApiId(db, park.id, apiId, info?.parkAbbreviation, info?.parkName);
|
setApiId(db, park.id, apiId, info?.parkAbbreviation, info?.parkName);
|
||||||
console.log(`done (ID ${apiId})`);
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(`ERROR: ${err}`);
|
console.log(`ERROR: ${err}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user