Merge branch 'master' of https://github.com/decolua/9router
This commit is contained in:
@@ -70,6 +70,7 @@ export async function PATCH(request) {
|
||||
// Invalidate combo rotation state when strategy settings change
|
||||
if (
|
||||
Object.prototype.hasOwnProperty.call(body, "comboStrategy") ||
|
||||
Object.prototype.hasOwnProperty.call(body, "comboStickyRoundRobinLimit") ||
|
||||
Object.prototype.hasOwnProperty.call(body, "comboStrategies")
|
||||
) {
|
||||
resetComboRotation();
|
||||
|
||||
Reference in New Issue
Block a user