bugfix: renamed public_key->end_date to public_key->expires_at according to the changes on the backend

This commit is contained in:
vladimir.kuznetsov 2024-12-09 13:03:16 +07:00
parent b196be127b
commit a4ab57508f
2 changed files with 7 additions and 7 deletions

View file

@ -55,7 +55,7 @@ void ConnectionController::openConnection()
&& !m_serversModel->data(serverIndex, ServersModel::Roles::HasInstalledContainers).toBool()) {
emit updateApiConfigFromGateway();
} else if (configVersion && m_serversModel->isApiKeyExpired(serverIndex)) {
qDebug() << "attempt to update api config by end_date event";
qDebug() << "attempt to update api config by expires_at event";
if (configVersion == ApiConfigSources::Telegram) {
emit updateApiConfigFromTelegram();
} else {