@selfcommunity/react-core 0.4.50-events.50 → 0.4.50-events.51
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.
|
@@ -143,7 +143,6 @@ function useSCSubscribedEventsManager(user) {
|
|
|
143
143
|
url: api_services_1.Endpoints.GoToEvent.url({ id: event.id }),
|
|
144
144
|
method: api_services_1.Endpoints.GoToEvent.method,
|
|
145
145
|
};
|
|
146
|
-
console.log(requestConfig.url);
|
|
147
146
|
return api_services_1.http.request(requestConfig).then((res) => {
|
|
148
147
|
if (res.status >= 300) {
|
|
149
148
|
return Promise.reject(res);
|
|
@@ -140,7 +140,6 @@ export default function useSCSubscribedEventsManager(user) {
|
|
|
140
140
|
url: Endpoints.GoToEvent.url({ id: event.id }),
|
|
141
141
|
method: Endpoints.GoToEvent.method,
|
|
142
142
|
};
|
|
143
|
-
console.log(requestConfig.url);
|
|
144
143
|
return http.request(requestConfig).then((res) => {
|
|
145
144
|
if (res.status >= 300) {
|
|
146
145
|
return Promise.reject(res);
|