Skip to content

Commit

Permalink
Update apps/backoffice-v2/src/domains/alerts/fetchers.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com>
  • Loading branch information
tomer-shvadron and Omri-Levy committed May 1, 2024
1 parent 09c87cd commit 8e18b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/backoffice-v2/src/domains/alerts/fetchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export const AlertsListSchema = z.array(
dataTimestamp: z.string().datetime(),
updatedAt: z.string().datetime(),
subject: ObjectWithIdSchema.extend({
id: z.string(),
name: z.string(),
correlationId: z.string(),
type: z.enum(['business', 'counterparty']),
Expand Down

0 comments on commit 8e18b93

Please sign in to comment.