Skip to content

Commit

Permalink
fix: get version number directly from package json
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 10, 2024
1 parent 3e0130c commit 830ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ app.use((request, response, next) => {
}

console.log({
version: 'v2',
version: process.env.npm_package_version,
accountNumber: accountNumber,
url: request.path,
method: request.method,
Expand Down

0 comments on commit 830ad2d

Please sign in to comment.