Skip to content

Commit 1a2361b

Browse files
committed
temporarily see if Omit fixes test
1 parent 6e0b2ef commit 1a2361b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/event-builders/src/letter-mapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { LetterStatusChangeEvent } from "@nhsdigital/nhs-notify-event-schemas-su
55

66
// eslint-disable-next-line import-x/prefer-default-export
77
export function mapLetterToCloudEvent(
8-
letter: Letter,
8+
letter: Omit<Letter, "sha256Hash">, // check to see if need to change schema outside of this repo
99
source: string,
1010
): LetterStatusChangeEvent {
1111
const eventId = randomUUID();

0 commit comments

Comments
 (0)