Pepguy commited on
Commit
4e0e863
·
verified ·
1 Parent(s): ed7d406

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -22,7 +22,7 @@ const {
22
  FIREBASE_CREDENTIALS,
23
  PAYSTACK_DEMO_SECRET,
24
  PAYSTACK_LIVE_SECRET,
25
- PORT = 3000,
26
  } = process.env;
27
 
28
  // choose which secret to use (dev/demo by default)
 
22
  FIREBASE_CREDENTIALS,
23
  PAYSTACK_DEMO_SECRET,
24
  PAYSTACK_LIVE_SECRET,
25
+ PORT,
26
  } = process.env;
27
 
28
  // choose which secret to use (dev/demo by default)