Closed socialatm closed 8 months ago
sets an INVITE_CODE default value. changes null to an empty string "". adds process.env.OPP_INVITE_CODEto index.test.mjs adds INVITE_CODE constant to the tests and applies it where needed.
INVITE_CODE
null
""
process.env.OPP_INVITE_CODE
sets an
INVITE_CODE
default value. changesnull
to an empty string""
. addsprocess.env.OPP_INVITE_CODE
to index.test.mjs addsINVITE_CODE
constant to the tests and applies it where needed.