Skip to content

Commit

Permalink
Escape unquoted credentials map
Browse files Browse the repository at this point in the history
  • Loading branch information
aleDsz committed May 25, 2022
1 parent f6fb181 commit 88bba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino_db/connection_cell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ defmodule KinoDB.ConnectionCell do
quote do
scopes = ["https://www.googleapis.com/auth/cloud-platform"]

credentials = unquote(attrs["credentials"])
credentials = unquote(Macro.escape(attrs["credentials"]))

goth_opts = [
name: Goth,
Expand Down

0 comments on commit 88bba71

Please sign in to comment.