From a096d23f33b55c6169481fe48723851401d720f1 Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Sat, 30 Dec 2023 19:07:32 +0700 Subject: [PATCH] Fix error in self --- lib/uplink/clients/instellar/self.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uplink/clients/instellar/self.ex b/lib/uplink/clients/instellar/self.ex index 0a36652c..4bc958a8 100644 --- a/lib/uplink/clients/instellar/self.ex +++ b/lib/uplink/clients/instellar/self.ex @@ -81,7 +81,7 @@ defmodule Uplink.Clients.Instellar.Self do Req.get!(@backup_url, unix_socket: @socket), %{"data" => %{"attributes" => attributes}} <- response - |> Base.decode64!(body) + |> Base.decode64!() |> Jason.decode!() do Cache.put_new(:self, attributes)