Skip to content

Commit

Permalink
Fix renamed module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Nov 3, 2024
1 parent 5ccfad1 commit 50d3717
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@ export const PR_ARTIFACT_NUMBER_FILEPATH = path.join(PR_ARTIFACT_DIR, PR_NUMBER_
/**
* 'ikea_new' first, to prioritize downloads from new URL
*/
export const ALL_AUTODL_MANUFACTURERS = ['gmmts', 'ikea_new', 'ikea', 'inovelli', 'jethome', 'ledvance', 'lixee', 'salus', 'ubisys', 'xyzroe'];
export const ALL_AUTODL_MANUFACTURERS = [
'gammatroniques',
'ikea_new',
'ikea',
'inovelli',
'jethome',
'ledvance',
'lixee',
'salus',
'ubisys',
'xyzroe',
];

export async function execute(command: string): Promise<string> {
return await new Promise((resolve, reject) => {
Expand Down

0 comments on commit 50d3717

Please sign in to comment.