Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
irwansyahwii committed Sep 14, 2024
1 parent d640422 commit 8e3e8aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api/src/ats/job/services/bamboohr/mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class BamboohrJobMapper implements IJobMapper {
remote_id: string;
}[],
): Promise<UnifiedAtsJobOutput | UnifiedAtsJobOutput[]> {
this.logger.log('UNIFY A');


return Promise.all(
source.map((job) =>
Expand All @@ -57,7 +57,7 @@ export class BamboohrJobMapper implements IJobMapper {
remote_id: string;
}[],
): Promise<UnifiedAtsJobOutput> {
this.logger.log('mapSingleJobToUnified called');

const field_mappings: { [key: string]: any } = {};
if (customFieldMappings) {
for (const mapping of customFieldMappings) {
Expand All @@ -80,7 +80,7 @@ export class BamboohrJobMapper implements IJobMapper {
);
}

this.logger.log('mapSingleJobToUnified DONE');


return {
remote_id: `${job.id}`,
Expand Down

0 comments on commit 8e3e8aa

Please sign in to comment.