mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix for linux build
This commit is contained in:
parent
d9d5dc81cd
commit
e50e186412
@ -146,7 +146,7 @@ Poco::JSON::Object* JsonCreateTransaction::creation(Poco::Dynamic::Var params)
|
|||||||
|
|
||||||
if (mReceiverUser.isNull()) {
|
if (mReceiverUser.isNull()) {
|
||||||
mReceiverUser = controller::User::create();
|
mReceiverUser = controller::User::create();
|
||||||
if (1 != mReceiverUser->load(*target_pubkey)) {
|
if (1 != mReceiverUser->load(target_pubkey->data())) {
|
||||||
mReceiverUser.assign(nullptr);
|
mReceiverUser.assign(nullptr);
|
||||||
result = customStateError("not found", "receiver not found");
|
result = customStateError("not found", "receiver not found");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user