1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00
This commit is contained in:
Martin McKeaveney 2021-03-30 10:51:37 +01:00
parent e2b26ffa9c
commit 1c10c42c9d

View file

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