Skip to content

Commit

Permalink
🏷️ fix TS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fredk3 committed Apr 4, 2024
1 parent cfa28c5 commit 130b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const singleNetworkSchema = z.object({
integrationId: z.string().uuid(),
createdTime: z.coerce.date(),
namespace: z.string().optional(),
startHeight: z.string().optional(),
startHeight: z.coerce.number().optional(),
daLayer: z.string().optional(),
});

Expand Down

0 comments on commit 130b49b

Please sign in to comment.