fix: comment section
This commit is contained in:
committed by
mrugesh mohapatra
parent
ce6129809f
commit
402f61e46d
@@ -1,5 +1,6 @@
|
||||
const owner = 'freeCodeCamp';
|
||||
const repo = 'freeCodeCamp';
|
||||
require('dotenv').config();
|
||||
const owner = process.env.REPOSITORY_OWNER;
|
||||
const repo = process.env.REPOSITORY;
|
||||
const fccBaseUrl = `https://github.com/${owner}/${repo}/`;
|
||||
const prBaseUrl = `${fccBaseUrl}pull/`;
|
||||
|
||||
|
Reference in New Issue
Block a user