diff --git a/packages/graphql/api/customer.ts b/packages/graphql/api/customer.ts index ce8279c..b6725e3 100644 --- a/packages/graphql/api/customer.ts +++ b/packages/graphql/api/customer.ts @@ -1,4 +1,4 @@ -'use server';; +'use server'; import { getClientWithToken } from '../apollo/client'; import * as GQL from '../types';