-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed getEntitiesLookup code and replaced reaction display to use s…
…ingle end point
- Loading branch information
1 parent
2494734
commit 80618f5
Showing
8 changed files
with
26 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -304,11 +304,3 @@ export const UserInformationSchema = z.object({ | |
name: z.string().optional().openapi({ example: 'Joe Bloggs' }), | ||
organisation: z.string().optional().openapi({ example: 'Acme Corp' }), | ||
}) | ||
|
||
export const UserInformationSchemaList = z | ||
.object({ | ||
email: z.string().optional().openapi({ example: '[email protected]' }), | ||
name: z.string().optional().openapi({ example: 'Joe Bloggs' }), | ||
organisation: z.string().optional().openapi({ example: 'Acme Corp' }), | ||
}) | ||
.array() |
57 changes: 0 additions & 57 deletions
57
backend/test/routes/entities/__snapshots__/getEntitiesLookup.spec.ts.snap
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters