Skip to content

Commit

Permalink
🐛 fix: fix plugin meta schema
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 16, 2023
1 parent ad2788e commit 5d0821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { pluginManifestSchema } from './manifest';

export const pluginMetaSchema = z.object({
author: z.string(),
createAt: z.string(),
createdAt: z.string(),
homepage: z.string(),
identifier: z.string(),
manifest: z.string(),
Expand Down

0 comments on commit 5d0821d

Please sign in to comment.