zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 778f66fafc5aa7ec625579929a0c0d8b06b72fdc
parent b264e281664aa55be96893b0afe89ab8cfe06424
Author: srfsh <dev@srf.sh>
Date:   Thu, 28 Jul 2022 14:21:51 +0300

Zenflows.Restroom: update spec to comply zencode

Diffstat:
Msrc/zenflows/restroom.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/restroom.ex b/src/zenflows/restroom.ex @@ -52,7 +52,7 @@ end @doc """ See https://github.com/dyne/keypairoom for details. """ -@spec keypairoom_server(String.t()) :: {:ok, String.t()} | {:error, term()} +@spec keypairoom_server(map()) :: {:ok, String.t()} | {:error, term()} def keypairoom_server(data) do data = %{ "userData" => data,