mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: api resetAction field name typo #2562
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ class ServiceController extends ApiControllerBase
|
||||
}
|
||||
// reset account states
|
||||
foreach ($model->getNodeByReference('accounts.account')->iterateItems() as $account) {
|
||||
$account->lastUpdate = null;
|
||||
$account->statusLastUpdate = null;
|
||||
}
|
||||
// reset acme.sh data
|
||||
$backend = new Backend();
|
||||
|
||||
Reference in New Issue
Block a user