Process out of order edits
This commit is contained in:
parent
b2cb722c01
commit
73737987fe
5 changed files with 153 additions and 26 deletions
|
@ -137,7 +137,7 @@ export function isQuoteAMatch(
|
|||
}
|
||||
|
||||
export function getContactId(
|
||||
message: MessageAttributesType
|
||||
message: Pick<MessageAttributesType, 'type' | 'source' | 'sourceUuid'>
|
||||
): string | undefined {
|
||||
const source = getSource(message);
|
||||
const sourceUuid = getSourceUuid(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue