Skip to content

Commit ed1b661

Browse files
committed
fix(registry): remove duplicate closing brace in Hermes Asia entries
Coderabbit flagged: 'voice_status' object closed after hermes_asia_news starts. Root cause: extra '},'' inserted between the array elements and the array close. Removed the stray closing brace so PARTNER_SERVICES array closes correctly.
1 parent 74425f2 commit ed1b661

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/partners/registry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,6 @@ export const PARTNER_SERVICES: PartnerServiceDefinition[] = [
11511151
},
11521152
},
11531153

1154-
},
11551154
];
11561155

11571156
/**

0 commit comments

Comments
 (0)