change ENV name
This commit is contained in:
@@ -19,7 +19,7 @@ class Daily
|
||||
|
||||
def headers
|
||||
{
|
||||
'Authorization': "Bearer #{ENV['DAILY_API_TOKEN']}"
|
||||
'Authorization': "Bearer #{ENV['DAILYCO_API_KEY']}"
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user