mrDarker
2025-08-27 7ec50101cc28996eee747962eb06b8fa52e016ed
SourceCode/Bond/Servo/RecipeManager.cpp
@@ -62,8 +62,7 @@
        );
    )";
    return m_pDB->executeQuery(createRecipeTable)
        && m_pDB->executeQuery(createDeviceTable);
    return m_pDB->executeQuery(createRecipeTable) && m_pDB->executeQuery(createDeviceTable);
}
void RecipeManager::termRecipeTable() {