mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 05:05:12 +01:00
missing double quotes
This commit is contained in:
@@ -227,7 +227,7 @@ watchpub32() {
|
|||||||
|
|
||||||
returncode=0
|
returncode=0
|
||||||
else
|
else
|
||||||
data="{\"error\":${error_msg},
|
data="{\"error\":\"${error_msg}\",
|
||||||
\"event\":\"watchxpub\",
|
\"event\":\"watchxpub\",
|
||||||
\"pub32\":${pub32},
|
\"pub32\":${pub32},
|
||||||
\"label\":${label},
|
\"label\":${label},
|
||||||
|
|||||||
Reference in New Issue
Block a user