Skip to content

Commit

Permalink
Merge pull request #530 from mountaindude/523-replace-telemetry
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mountaindude authored Jul 30, 2023
2 parents 03256d7 + 33b2dc6 commit c40dcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"last-release-sha": "c23c63217a256f24710f68c562ddfc39f4ddb28e",
"release-as": "9.4.0",
"last-release-sha": "d3fc9e6be5dea516629a436298f513d1d46f9681",
"release-as": "9.5.0",
"release-type": "node",
"draft": true,
"changelog-sections": [
Expand Down
1 change: 0 additions & 1 deletion src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ async function initHostInfo() {

const networkInterface = siNetwork.filter((item) => item.iface === defaultNetworkInterface);


const idSrc =
networkInterface[0].mac +
networkInterface[0].ip4 +
Expand Down

0 comments on commit c40dcba

Please sign in to comment.