Skip to content

Commit

Permalink
fix: corrected invalid date
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk committed Sep 17, 2024
1 parent 29ac899 commit 620737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/1.credentials/AlpsTourReservation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"id": "did:web:string",
"name": "Alp Tour"
},
"validFrom": "2024-04-31T00:00:00Z",
"validFrom": "2024-05-31T00:00:00Z",
"expirationDate": "2024-05-31T00:00:00Z",
"issuanceDate": "2024-03-31T00:00:00Z"
}
Expand Down

0 comments on commit 620737e

Please sign in to comment.