Skip to content

Commit df1169d

Browse files
committed
fix: date error
1 parent d2c270a commit df1169d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/json-to-ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export const tool = defineTool({
99
keywords: ['json', 'parse', 'typescript', 'convert', 'transform'],
1010
component: () => import('./json-to-ts.vue'),
1111
icon: Braces,
12-
createdAt: new Date('2024-05-25'),
12+
createdAt: new Date('2024-04-25'),
1313
});

0 commit comments

Comments
 (0)