diff --git a/src/HttpServer/jsonconf/TaskConfig.json b/src/HttpServer/jsonconf/TaskConfig.json index 7527404..0cbca3d 100644 --- a/src/HttpServer/jsonconf/TaskConfig.json +++ b/src/HttpServer/jsonconf/TaskConfig.json @@ -92,8 +92,8 @@ { "id": 11, "type": 2, - "day_type": 0.0, - "aims": 0.0, + "day_type": 0, + "aims": 0, "active": 30, "coin": 150, "desc": "" @@ -101,8 +101,8 @@ { "id": 12, "type": 2, - "day_type": 0.0, - "aims": 0.0, + "day_type": 0, + "aims": 0, "active": 80, "coin": 400, "desc": "" @@ -110,8 +110,8 @@ { "id": 13, "type": 2, - "day_type": 0.0, - "aims": 0.0, + "day_type": 0, + "aims": 0, "active": 150, "coin": 600, "desc": "" -- libgit2 0.21.0