| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ public void markAnswer(long postId, long messageId) { | |||
| 39 | 39 | .header("Content-Type", "application/json") | |
| 40 | 40 | .POST(BodyPublishers.ofString(""" | |
| 41 | 41 | { | |
| 42 | - "solutionId": "%d" | ||
| 42 | + "solutionId": "%d" | ||
| 43 | 43 | } | |
| 44 | 44 | """.formatted(messageId))) | |
| 45 | 45 | .build(), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments