Skip to content

Commit

Permalink
fix: remove id from module verification
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jul 5, 2024
1 parent e17a4ec commit 91076a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/services/types/move/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export type AccountModulesResponse = z.infer<typeof zAccountModulesResponse>;

export const zModuleVerificationInternal = z
.object({
id: z.number(),
module_address: zHexAddr,
module_name: z.string(),
verified_at: z.string(),
Expand Down

0 comments on commit 91076a0

Please sign in to comment.