Skip to content

Commit 687901e

Browse files
authored
refactor: only log no subscription (#2572)
1 parent 98e4bc4 commit 687901e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/client/src/server/api/routers/subscription/subscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const subscriptionRouter = createTRPCRouter({
3232
});
3333

3434
if (!subscription) {
35-
console.error('No active subscription found for user', user.id);
35+
console.log('No active subscription found for user', user.id);
3636
return null;
3737
}
3838

0 commit comments

Comments
 (0)