chatroom-cli 1.0.82 → 1.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10061,7 +10061,6 @@ function ensureMachineRegistered() {
|
|
|
10061
10061
|
config.availableHarnesses = detectAvailableHarnesses();
|
|
10062
10062
|
config.harnessVersions = detectHarnessVersions(config.availableHarnesses);
|
|
10063
10063
|
config.lastSyncedAt = now;
|
|
10064
|
-
config.hostname = hostname2();
|
|
10065
10064
|
saveMachineConfig(config);
|
|
10066
10065
|
}
|
|
10067
10066
|
return {
|