mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix unix build error
This commit is contained in:
parent
b120076f08
commit
05d3384216
@ -147,7 +147,7 @@ namespace controller {
|
||||
model::hedera::Response response;
|
||||
if (!hedera_topic->getTopicInfosFromHedera(hederaId, user, response)) {
|
||||
delete hedera_topic;
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
auto consensus_topic_info = response.getConsensusTopicInfo();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user