Skip to content

Commit 2201b00

Browse files
committed
don't mind me, I am ephimeral
Signed-off-by: Eddy Babetto <[email protected]>
1 parent 17e5ce0 commit 2201b00

File tree

1 file changed

+3
-0
lines changed
  • apps/astarte_appengine_api/lib/astarte_appengine_api

1 file changed

+3
-0
lines changed

apps/astarte_appengine_api/lib/astarte_appengine_api/queries.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ defmodule Astarte.AppEngine.API.Queries do
5555
[%{"system.blobasvarchar(value)" => pem}] ->
5656
{:ok, pem}
5757

58+
[rows: [[pem]]] ->
59+
{:ok, pem}
60+
5861
[] ->
5962
{:error, :public_key_not_found}
6063
end

0 commit comments

Comments
 (0)