Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit b353280

Browse files
author
Vishal Lal
committed
Change const to var
1 parent 8042cfe commit b353280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function (){
22
'use strict';
33

4-
const util = require('util');
4+
var util = require('util');
55

66
var domain = "";
77
process.argv.forEach(function (val, index, array) {

0 commit comments

Comments
 (0)