Skip to content

Commit 9425fa7

Browse files
committed
2 parents fe59033 + 795b0a9 commit 9425fa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/dashboard/src/app/api/service

packages/dashboard/src/app/api/service/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function POST(req: Request) {
5757

5858
if (result.error) throw result.error;
5959

60-
await dropServiceEndpointsCaches(userId!, body.serviceName);
60+
await dropServiceEndpointsCaches(userId!, body.name);
6161

6262
return NextResponse.json(result.data);
6363
} catch (error: any) {

0 commit comments

Comments
 (0)