Skip to content

Commit

Permalink
fixed multiple stations in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
twallnerWaretec committed Jun 21, 2024
1 parent bd7c38a commit d68e47d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/repco-core/src/datasources/cba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ export class CbaDataSource implements DataSource {
get definition(): DataSourceDefinition {
return {
name: 'Cultural Broacasting Archive',
uid: `repco:${this.repo}:datasource:cba:` + this.endpoint,
uid:
`repco:${this.repo}:datasource:cba:${this.endpoint}` +
(this.config.stationId ? this.config.stationId : ''),
pluginUid: 'repco:datasource:cba',
}
}
Expand Down

0 comments on commit d68e47d

Please sign in to comment.