Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto committed Jan 27, 2025
1 parent 73acc6f commit c5255de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function extractRedirects(data) {
console.log('Extracting resources...');

/**
* @type {Array<{ dialects: { adg: string; ubo: string; }; hints: string[]; }>}
* @type {Array<{ dialects: { adg?: string; ubo: string; }; hints: string[]; }>}
*/
const mappings = [];

Expand Down

0 comments on commit c5255de

Please sign in to comment.