Skip to content

Commit d353991

Browse files
committed
removed temporary omit
1 parent 1a2361b commit d353991

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: Omit<Letter, "sha256Hash">, // check to see if need to change schema outside of this repo
8+
letter: Letter,
99
source: string,
1010
): LetterStatusChangeEvent {
1111
const eventId = randomUUID();

0 commit comments

Comments
 (0)