From c328e31f2408892327ef03196cf4069cc9d2264f Mon Sep 17 00:00:00 2001 From: "Carlos R. Mercado" <107061601+charlieflipside@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:12:02 -0400 Subject: [PATCH] Update global.R --- eoa/global.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eoa/global.R b/eoa/global.R index 73af160..2ed4a00 100644 --- a/eoa/global.R +++ b/eoa/global.R @@ -8,7 +8,7 @@ library(shroomDK) # gitignored - get your own ShroomDK key from Flipside Crypto! # for local deployments read your own api_key, for RConnect deployments rely on manual setting of environment variable -api_key <- ifelse(file.exists('api_key.txt'),api_key <- readLines("api_key.txt"), Sys.getenv('api_key')) +api_key <- ifelse(file.exists('api_key.txt'), readLines("api_key.txt"), Sys.getenv('api_key')) #423E75 # dark purple #CECBF5 # light purple