Update heroku.php

This commit is contained in:
qkqpttgf 2020-02-15 16:54:43 +08:00 committed by GitHub
parent 922d359a25
commit 2067e9982b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -214,11 +214,6 @@ function getConfig($str)
return getenv($str);
}
function array_value_isnot_null($arr)
{
return $arr!=='';
}
function setConfig($arr)
{
return setHerokuConfig($arr, getConfig('function_name'), getConfig('APIKey'));