Skip to content

Commit

Permalink
temp: remove env change
Browse files Browse the repository at this point in the history
  • Loading branch information
tao1991123 committed Jun 17, 2019
1 parent b383b89 commit 59ba665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alifd/fusion-site-sdk",
"version": "0.0.8",
"version": "0.0.9",
"description": "fusion site open api node sdk",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Site from "./lib/site";
import User from "./lib/user";
import { Env, IClientConstructorProps } from "./type";

process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
export default class FusionSiteClient {
get env() {
return this._env;
Expand Down

0 comments on commit 59ba665

Please sign in to comment.