Removed console log
This commit is contained in:
parent
21ad084112
commit
de0d1f4e7a
@ -43,9 +43,6 @@ export default class SubscriptionsController extends ApiController {
|
|||||||
//Hydrate ressource with prisma entity
|
//Hydrate ressource with prisma entity
|
||||||
const subscriptions = Subscription.hydrateArray<Subscription>(subscriptionsEntities, { strategy: "excludeAll" });
|
const subscriptions = Subscription.hydrateArray<Subscription>(subscriptionsEntities, { strategy: "excludeAll" });
|
||||||
|
|
||||||
console.log(subscriptions[0]?.seats);
|
|
||||||
|
|
||||||
|
|
||||||
//success
|
//success
|
||||||
this.httpSuccess(response, subscriptions);
|
this.httpSuccess(response, subscriptions);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user