Skip to content

Commit

Permalink
chore: cleanup of postTransformation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Dec 6, 2023
1 parent b13f0a6 commit 24a2cd4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/services/destination/postTransformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ import { ErrorReportingService } from '../errorReporting';
import tags from '../../v0/util/tags';
import stats from '../../util/stats';

type ErrorResponse = {
status?: number;
message?: string;
destinationResponse?: object;
statTags?: object;
authErrorCategory?: string | undefined;
response?: object | undefined;
};

export class DestinationPostTransformationService {
public static handleProcessorTransformSucessEvents(
event: ProcessorTransformationRequest,
Expand Down

0 comments on commit 24a2cd4

Please sign in to comment.