mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 14:20:46 +02:00
fix syntax
This commit is contained in:
parent
fc54831952
commit
31833adf5c
@ -57,7 +57,7 @@ void SyncManager::run()
|
||||
|
||||
updateLastUpdate(syncBegin);
|
||||
connect(this, &SyncManager::syncFinished, [=](){
|
||||
if (database->isValid() && colnod.isValid()) {
|
||||
if (database->isValid() && colnod->isValid()) {
|
||||
database->setLastSync(syncBegin);
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user