We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a19fc7 commit 9a13670Copy full SHA for 9a13670
1 file changed
src/resolvers/workspace.js
@@ -550,7 +550,9 @@ module.exports = {
550
551
try {
552
await cloudPaymentsApi.cancelSubscription(workspaceModel.subscriptionId);
553
- } catch (e) {
+ } catch (err) {
554
+ console.log('\nლ(´ڡ`ლ) Error [resolvers:workspace:cancelSubscription]: \n\n', err, '\n\n');
555
+
556
throw new ApolloError('Unable to cancel subscription');
557
}
558
0 commit comments