From 87ec0387392659b89de1a6a0fc4e7cf344125c14 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 10 Jan 2025 18:45:15 +0300 Subject: [PATCH] remove ';' --- packages/graphql/api/customer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';