Skip to content

Commit

Permalink
Relax config schema (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Aug 25, 2023
1 parent 86ee46a commit 7b9a3cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const DappSchema = z
bafy: z.string().optional(),
url: z.string().optional(),
})
.strict()
.refine((obj) => Boolean(obj.ens || obj.ipns), {
message: 'ens or ipns must be defined',
path: ['ens'],
Expand Down

0 comments on commit 7b9a3cb

Please sign in to comment.