Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

change type in the badtransfermessage #7

@MiguelLescasJorgeSebastian

Description

export type BadTransferMessage = {
transferId: string;
lastProcessedTs: number;
processingAttempts?: number;
typeOfFailure: TypeOfMessageProcessingFailure;
failureDescription: string;
state: StateOfFailedProcessingMessage;
ignoredReason: string | null;
messageData: TransferCompletedMessage;
};

the last attribute need to be TransferCompletedMessage but actually is a object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions