diff options
Diffstat (limited to 'main/tollgate_api.c')
| -rw-r--r-- | main/tollgate_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/tollgate_api.c b/main/tollgate_api.c index b775f55..45cd02f 100644 --- a/main/tollgate_api.c +++ b/main/tollgate_api.c | |||
| @@ -678,7 +678,6 @@ static esp_err_t api_get_mining_stats(httpd_req_t *req) | |||
| 678 | httpd_resp_send(req, json, strlen(json)); | 678 | httpd_resp_send(req, json, strlen(json)); |
| 679 | cJSON_free(json); | 679 | cJSON_free(json); |
| 680 | cJSON_Delete(root); | 680 | cJSON_Delete(root); |
| 681 | >>>>>>> feature/mining-payment | ||
| 682 | return ESP_OK; | 681 | return ESP_OK; |
| 683 | } | 682 | } |
| 684 | 683 | ||