fix: member invite issues (#3028)

Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
This commit is contained in:
Dhruwang Jariwala
2024-08-22 14:25:44 +05:30
committed by GitHub
parent c108cd4780
commit afe042ecfc
73 changed files with 79 additions and 77 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import "server-only";
import { ZId } from "@formbricks/types/environment";
import { ZId } from "@formbricks/types/common";
import { cache } from "../cache";
import { hasUserEnvironmentAccess } from "../environment/auth";
import { validateInputs } from "../utils/validate";
+1 -1
View File
@@ -12,7 +12,7 @@ import {
ZAttributeClassUpdateInput,
} from "@formbricks/types/attribute-classes";
import { ZOptionalNumber, ZString } from "@formbricks/types/common";
import { ZId } from "@formbricks/types/environment";
import { ZId } from "@formbricks/types/common";
import { DatabaseError, OperationNotAllowedError } from "@formbricks/types/errors";
import { cache } from "../cache";
import { ITEMS_PER_PAGE, MAX_ATTRIBUTE_CLASSES_PER_ENVIRONMENT } from "../constants";