Skip to content

Commit

Permalink
Build Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Oct 16, 2024
1 parent 6142da2 commit 64ebf50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entities/schema/schema.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const mockSchemaData = (): TSchema[] => [
description: { type: 'string' },
},
version: '1.0.0',
source: 'https://example.com/schemas/character.json',
archive: [],
updated: new Date().toISOString(),
created: new Date().toISOString(),
Expand All @@ -29,7 +28,6 @@ export const mockSchemaData = (): TSchema[] => [
value: { type: 'number' },
},
version: '1.1.0',
source: 'https://example.com/schemas/item.json',
archive: [],
updated: new Date().toISOString(),
created: new Date().toISOString(),
Expand Down

0 comments on commit 64ebf50

Please sign in to comment.