This commit is contained in:
Martin McKeaveney 2021-03-30 10:51:37 +01:00
parent e2b26ffa9c
commit 1c10c42c9d
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) => {
}