@ctil/gql 1.1.9 → 1.1.10

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
@@ -4749,7 +4749,7 @@ var CCRequest = class {
4749
4749
  if (status === 401 && !_retry && !/refreshToken/i.test(queryStr)) {
4750
4750
  try {
4751
4751
  await this.refreshToken();
4752
- return this.request(queryStr, variables);
4752
+ return this.request(queryStr, variables, true);
4753
4753
  } catch {
4754
4754
  await this.logoutOnce();
4755
4755
  throw err;