Skip to content

Commit

Permalink
Bitbucket Server: Change source field to "Bitbucket" (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwooo authored Sep 27, 2022
1 parent 530b63e commit 9fd9300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {OrgKey, RepoKey} from '../common/vcs';
import {Converter, DestinationRecord} from '../converter';

export abstract class BitbucketServerConverter extends Converter {
source = 'Bitbucket-Server';
source = 'Bitbucket';

id(record: AirbyteRecord): any {
return record?.record?.data?.id;
Expand Down

0 comments on commit 9fd9300

Please sign in to comment.