🛂 gate label endpoints behing subscription

This commit is contained in:
Fred KISSIE
2026-05-14 21:17:58 +02:00
parent 173562654b
commit 9a88394efe
2 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ export function verifyValidSubscription(tiers: Tier[]) {
next: NextFunction
): Promise<any> {
try {
if (build != "saas") {
if (build !== "saas") {
return next();
}