Skip to content

Commit 097b439

Browse files
committed
renaming-a-constant: remove now old and unused cpyNm variable
1 parent 53e9507 commit 097b439

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

constant/company-name.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const cpyNm = 'Acme Gooseberries';
2-
const companyName = cpyNm;
1+
const companyName = 'Acme Gooseberries';
32

4-
module.exports = { cpyNm, companyName };
3+
module.exports = { companyName };

0 commit comments

Comments
 (0)