Skip to content

Commit 1a26d02

Browse files
committed
fix create site limitation
1 parent 53c4a6a commit 1a26d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/subscription.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class SubscriptionService {
9797
}),
9898
])
9999

100-
if (projectCount < 0) {
100+
if (projectCount < usageLimitation['create_site']) {
101101
return true
102102
}
103103

0 commit comments

Comments
 (0)