Skip to content

Commit

Permalink
🤖 Fix invalid UUIDs (#223)
Browse files Browse the repository at this point in the history
This commit regenerates each UUID that also existed elsewhere on
Exercism.

Every UUID should be unique Exercism-wide.

A track can generate a suitable UUID by running `configlet uuid`.
  • Loading branch information
ee7 committed Apr 28, 2021
1 parent 8612ef9 commit dd18a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
{
"slug": "protein-translation",
"name": "Protein Translation",
"uuid": "00c6f623-2e54-4f90-ae3f-07e493f93c7c",
"uuid": "718711b2-16d5-4d50-9fe1-a62135ced606",
"practices": [],
"prerequisites": [],
"difficulty": 3,
Expand All @@ -523,7 +523,7 @@
{
"slug": "allergies",
"name": "Allergies",
"uuid": "b306bdaa-438e-46a2-ba54-82cb2c0be882",
"uuid": "6c07e00f-78f0-4878-9222-d9e3ed86fd0b",
"practices": [],
"prerequisites": [],
"difficulty": 4,
Expand Down

0 comments on commit dd18a6e

Please sign in to comment.