Skip to content

Commit 8b15899

Browse files
committed
cleanup
1 parent c2dbf23 commit 8b15899

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)