-
Notifications
You must be signed in to change notification settings - Fork 64
Commit 9903a60
fix: Problems' description (pick, edit) (#163)
* fix: daily problem parsing
Changed a key to fix parsing daily problem request.
Fixed when id for daily problem should be fetched. Before, it will
always be fetched for the `pick` option regardless of the existence of
the `-d` option
* fix: comment problem desc
Changed desc comment to render Question.content instead of
Question.t_content, which was empty.1 parent d1fd7fc commit 9903a60
4 files changed
+9
-4
lines changedLines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | - | ||
154 | + | ||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | - | ||
101 | + | ||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | - | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
134 | 139 |
| |
135 | 140 |
| |
136 | 141 |
| |
|
0 commit comments