@microsoft/teamsfx 2.3.1-alpha.da51b018b.0 → 2.3.1-alpha.dc4264a43.0

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.
@@ -1155,7 +1155,7 @@ function createApiClient(apiEndpoint, authProvider) {
1155
1155
  });
1156
1156
  instance.interceptors.request.use(function (config) {
1157
1157
  return __awaiter(this, void 0, void 0, function* () {
1158
- return yield authProvider.AddAuthenticationInfo(config);
1158
+ return (yield authProvider.AddAuthenticationInfo(config));
1159
1159
  });
1160
1160
  });
1161
1161
  return instance;