From cc614a50de514240041761cf73e28408f9e51028 Mon Sep 17 00:00:00 2001 From: michyaraque Date: Mon, 5 Feb 2024 19:18:35 +0100 Subject: [PATCH] fix: :ambulance: move calls helper to rsc --- src/common/helper/calls.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/helper/calls.ts b/src/common/helper/calls.ts index 9800a82..00d1d9c 100644 --- a/src/common/helper/calls.ts +++ b/src/common/helper/calls.ts @@ -1,3 +1,5 @@ +'use server' + interface FetchOption { timeout?: number; next?: {