set a default and goes boom 🤦‍♂️

This commit is contained in:
Grant Limberg 2021-06-02 15:07:53 -07:00
parent 91c4dfc7c0
commit 81fda3f5b8
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -369,10 +369,12 @@ void PostgreSQL::updateMemberOnLoad(const uint64_t networkId, const uint64_t mem
member["authenticationExpiryTime"] = authentication_expiry_time;
member["authenticationURL"] = authenticationURL;
}
}
} else {
member["authenticationExpiryTime"] = -1LL;
member["authenticationURL"] = "";
}
w.commit();
_pool->unborrow(c);
} catch (sw::redis::Error &e) {