add proper instructions
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
return {
|
||||
key = PROD_SECRET_KEY_HERE,
|
||||
key = "PROD_SECRET_KEY_HERE",
|
||||
}
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
return {
|
||||
key = PROD_SECRET_KEY_HERE,
|
||||
key = "PROD_SECRET_KEY_HERE",
|
||||
}
|
||||
|