We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2788e commit 5d0821dCopy full SHA for 5d0821d
src/schema/market.ts
@@ -4,7 +4,7 @@ import { pluginManifestSchema } from './manifest';
4
5
export const pluginMetaSchema = z.object({
6
author: z.string(),
7
- createAt: z.string(),
+ createdAt: z.string(),
8
homepage: z.string(),
9
identifier: z.string(),
10
manifest: z.string(),
0 commit comments