Skip to content

Commit 9a13670

Browse files
committed
Upd
1 parent 3a19fc7 commit 9a13670

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/resolvers/workspace.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,9 @@ module.exports = {
550550

551551
try {
552552
await cloudPaymentsApi.cancelSubscription(workspaceModel.subscriptionId);
553-
} catch (e) {
553+
} catch (err) {
554+
console.log('\nლ(´ڡ`ლ) Error [resolvers:workspace:cancelSubscription]: \n\n', err, '\n\n');
555+
554556
throw new ApolloError('Unable to cancel subscription');
555557
}
556558

0 commit comments

Comments
 (0)