Pepguy commited on
Commit
620611f
·
verified ·
1 Parent(s): 7ccf1cc

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -20,7 +20,7 @@ const {
20
  FIREBASE_CREDENTIALS,
21
  PAYSTACK_DEMO_SECRET,
22
  PAYSTACK_LIVE_SECRET,
23
- PORT = 3000,
24
  } = process.env;
25
 
26
  const PAYSTACK_SECRET = PAYSTACK_DEMO_SECRET; // PAYSTACK_LIVE_SECRET
 
20
  FIREBASE_CREDENTIALS,
21
  PAYSTACK_DEMO_SECRET,
22
  PAYSTACK_LIVE_SECRET,
23
+ PORT,
24
  } = process.env;
25
 
26
  const PAYSTACK_SECRET = PAYSTACK_DEMO_SECRET; // PAYSTACK_LIVE_SECRET