@ctil/gql 1.0.14 → 1.0.15

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.cjs CHANGED
@@ -4410,7 +4410,6 @@ var CCRequest = class {
4410
4410
  return info;
4411
4411
  }
4412
4412
  getLoginInfo() {
4413
- if (this.config.loginInfo) return this.config.loginInfo;
4414
4413
  return this.loadLoginInfo();
4415
4414
  }
4416
4415
  removeLoginInfo() {