Skip to content

Commit 95cde9c

Browse files
Merge pull request #176 from mathieucarbou/patches
cleanup
2 parents 7951e9e + 8b15899 commit 95cde9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ESPDash.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ ESPDash::ESPDash(AsyncWebServer* server, const char* uri, bool enable_default_st
7575
}
7676
}
7777
}
78-
return;
7978
} else if (json["command"] == "slider:changed") {
8079
// execute and reference card data struct to funtion
8180
uint32_t id = json["id"].as<uint32_t>();
@@ -87,7 +86,6 @@ ESPDash::ESPDash(AsyncWebServer* server, const char* uri, bool enable_default_st
8786
}
8887
}
8988
}
90-
return;
9189
}
9290
}
9391
}

0 commit comments

Comments
 (0)