3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
|
def secretToEnvironment(secret):
|
||
|
return secret.replace("-", "_").upper()
|