This commit is contained in:
Martin McKeaveney 2021-03-30 10:51:37 +01:00
parent b5c32f8488
commit d0b5986266
1 changed files with 0 additions and 8 deletions

View File

@ -56,11 +56,3 @@ exports.parseEnv = env => {
}
return result
}
exports.getConfigValue = (key, value) => {
}
exports.setConfigValue = (key, value) => {
}