mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: remove console.log
This commit is contained in:
@@ -163,8 +163,6 @@ export class GetSubscriptionsTransformer extends Transformer {
|
|||||||
*/
|
*/
|
||||||
public lemonUrls = (subscription) => {
|
public lemonUrls = (subscription) => {
|
||||||
const lemonSusbcription = this.lemonSubscription(subscription);
|
const lemonSusbcription = this.lemonSubscription(subscription);
|
||||||
console.log(lemonSusbcription);
|
|
||||||
|
|
||||||
return lemonSusbcription?.data?.attributes?.urls;
|
return lemonSusbcription?.data?.attributes?.urls;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user