Closed vpchung closed 3 years ago
With this PR:
Challenge.id
[schema].*Id
[schema].id
id
*Id
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
With this PR:
Challenge.id
is now of type, string, instead of ObjectId, and must follow Github's naming format (similar to Tag IDs and Organization IDs) (#85)[schema].*Id
renamed to[schema].id
id
instead of*Id
~