From 52e058ed7f22525fba4b909d2bdf20a95e15914f Mon Sep 17 00:00:00 2001 From: Runs Date: Sat, 5 Sep 2026 00:26:20 -0700 Subject: [PATCH] fix: remove duplicate Face Detection client declaration --- src/resources/v1/face-detection/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resources/v1/face-detection/README.md b/src/resources/v1/face-detection/README.md index 98e871e..9f22309 100644 --- a/src/resources/v1/face-detection/README.md +++ b/src/resources/v1/face-detection/README.md @@ -29,7 +29,6 @@ In addition to the parameters listed in the `create` section below, `generate` i ```typescript import { Client } from "magic-hour"; -const client = new Client({ token: process.env["API_TOKEN"]!! }); const client = new Client({ token: process.env["API_TOKEN"]!! }); const res = await client.v1.faceDetection.generate( {