@dignetwork/dig-sdk 0.0.1-alpha.153 → 0.0.1-alpha.154
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.
|
@@ -56,7 +56,7 @@ class Environment {
|
|
|
56
56
|
// Static getter for PUBLIC_IP (valid IP)
|
|
57
57
|
static get PUBLIC_IP() {
|
|
58
58
|
const value = process.env["PUBLIC_IP"];
|
|
59
|
-
return value
|
|
59
|
+
return value;
|
|
60
60
|
}
|
|
61
61
|
// Static getter for DISK_SPACE_LIMIT_BYTES (number, optional)
|
|
62
62
|
static get DISK_SPACE_LIMIT_BYTES() {
|