mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 13:11:32 +10:00
Merge branch 'main' of https://github.com/documenso/documenso into feat/publicProfile
This commit is contained in:
@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user