This repository was archived by the owner on Jan 17, 2019. It is now read-only.
Commit c73e3c4
committed
Mark individual exercises as fetched
When someone fetches the next exercise (whichever it is) either
across all their active tracks or in a specific track, we post
back to the app so that we can show people their current status.
When someone fetches an individual exercise, we weren't posting back.
This fixes it for the individual fetch.
This does presume that the CLI passes along the API key, which it
originally was not doing. That's fixed in
exercism/cli#307
and it will be a part of the 2.2.6 release.1 parent ceb98c8 commit c73e3c4
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
0 commit comments