Skip to content

Commit

Permalink
Fix: Sample Resume does not conform to schema
Browse files Browse the repository at this point in the history
This fixes an issue where the sample resume failed to conform to the schema because an empty string is not a valid URI
  • Loading branch information
DandyLyons committed Aug 3, 2024
1 parent d0c3948 commit 48869d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"network": "Twitter",
"username": "neutralthoughts",
"url": ""
"url": "https://www.twitter.com"
},
{
"network": "SoundCloud",
Expand Down

0 comments on commit 48869d8

Please sign in to comment.