Skip to content

Commit

Permalink
fix(resume-schema): Remove StringDate from imports
Browse files Browse the repository at this point in the history
The `StringDate` has been removed from the imports in 'work.ts' within
the 'resume-schema' module. This change implies that the `StringDate`
class is no longer used within this module.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Apr 29, 2024
1 parent 1a42bd4 commit 4ecc350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resume-schema/work/work.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as S from '@effect/schema/Schema'

import { Email, StringDate, Phone, UrlString, TrimmedNonEmpty } from '@/schema-primitive/index.js'
import { Email, Phone, UrlString, TrimmedNonEmpty } from '@/schema-primitive/index.js'

import { Role } from './role.js'

Expand Down

0 comments on commit 4ecc350

Please sign in to comment.