1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00
This commit is contained in:
Martin McKeaveney 2021-03-30 10:51:37 +01:00
parent b5c32f8488
commit d0b5986266

View file

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