fluent-pad/scripts/set_tetraplet.air
2021-02-26 14:19:50 +03:00

11 lines
328 B
Plaintext

(xor
(seq
(call relay ("op" "identity") [])
(seq
(call relay (history "set_tetraplet") [host userlist "is_authenticated" json_path] auth_result)
(call %init_peer_id% (returnService "run") [auth_result])
)
)
(call %init_peer_id% (returnService "run") [%last_error%])
)