Skip to content

Commit 4c92309

Browse files
committed
Removed the duplicate registerSchema calls - those schemas are already registered in communication-service
1 parent 03a4197 commit 4c92309

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

core/src/services/lease-service/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ export const routes = (router: KoaRouter) => {
6969
registerSchema('PaginationMeta', typesSchemas.PaginationMetaSchema)
7070
registerSchema('PaginationLinks', typesSchemas.PaginationLinksSchema)
7171
registerSchema('Contact', Contact)
72-
registerSchema('BulkSmsResult', BulkSmsResult)
73-
registerSchema('BulkEmailResult', BulkEmailResult)
7472

7573
// TODO: Remove this once all routes are migrated to the new application
7674
// profile (with housing references)

pnpm-lock.yaml

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)