-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix image and text details on challenges page #71
Conversation
This error popped up when trying to download a contract via tools.cmd
Happens rarely, see https://discord.com/channels/826809653181808651/1058021993661861938 for an explanation.
Use getChallengeTreeForContract in its stead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - want a second look from either Tony or Tampy first though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't see anything logically wrong with it, so LGTM. Thanks for all your recent contributions!
Also, I assume this makes the data we return to the game more like official's? Because I have remarked in the past that it's something we should probably do.
It does indeed. I'd say this one is 98% similar to the official responses. |
challengeService.ts
as stated in Challenge system rework #45.resolveContract
function incomponents/controller.ts