We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e4bc4 commit 687901eCopy full SHA for 687901e
apps/web/client/src/server/api/routers/subscription/subscription.ts
@@ -32,7 +32,7 @@ export const subscriptionRouter = createTRPCRouter({
32
});
33
34
if (!subscription) {
35
- console.error('No active subscription found for user', user.id);
+ console.log('No active subscription found for user', user.id);
36
return null;
37
}
38
0 commit comments