@trops/dash-core 0.1.392 → 0.1.394
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.
|
@@ -42,7 +42,7 @@ const credentialsPath = (process.env.GDRIVE_CREDENTIALS_PATH || "").replace(
|
|
|
42
42
|
const BUNDLED_CLIENT_ID =
|
|
43
43
|
"785070273499-mr9b0vup4u24he8duh3c6j5gpk7qj54j.apps.googleusercontent.com";
|
|
44
44
|
const BUNDLED_CLIENT_SECRET =
|
|
45
|
-
process.env.GDRIVE_CLIENT_SECRET || "
|
|
45
|
+
process.env.GDRIVE_CLIENT_SECRET || "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";
|
|
46
46
|
|
|
47
47
|
function getClientId() {
|
|
48
48
|
return BUNDLED_CLIENT_ID;
|