Merge branch 'main' of https://github.com/documenso/documenso into feat/publicProfile

This commit is contained in:
Adithya Krishna
2024-05-09 12:47:38 +05:30
37 changed files with 1041 additions and 609 deletions

View File

@ -90,7 +90,7 @@ export const profileRouter = router({
try {
const { url, bio } = input;
if (IS_BILLING_ENABLED() && url.length <= 6) {
if (IS_BILLING_ENABLED() && url.length < 6) {
const subscriptions = await getSubscriptionsByUserId({
userId: ctx.user.id,
}).then((subscriptions) =>