refactor(server): do not force init binary when creating workspace (#5146)

This commit is contained in:
liuyi
2023-12-06 08:35:48 +00:00
parent 4cb26cd3e5
commit e0cada49f5
7 changed files with 37 additions and 41 deletions

View File

@@ -199,9 +199,7 @@ export type CreateCustomerPortalMutation = {
createCustomerPortal: string;
};
export type CreateWorkspaceMutationVariables = Exact<{
init: Scalars['Upload']['input'];
}>;
export type CreateWorkspaceMutationVariables = Exact<{ [key: string]: never }>;
export type CreateWorkspaceMutation = {
__typename?: 'Mutation';