From 1be5ef4856a8e0ccf9a2c72593f2ecf984869396 Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Thu, 21 Mar 2024 23:08:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20remove=20obsolete=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baker/batchTagWithGpt.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/baker/batchTagWithGpt.ts b/baker/batchTagWithGpt.ts index d7f80a49aec..9e190d9fa47 100644 --- a/baker/batchTagWithGpt.ts +++ b/baker/batchTagWithGpt.ts @@ -15,17 +15,7 @@ Usage: $ yarn batchTagWithGpt --help Example: yarn batchTagWithGpt --debug --limit 1 - -Note: this script is not called automatically yet, and needs to be run manually. */ -// export const batchTagWithGpt = async ({ -// debug, -// limit, -// }: BatchTagWithGptArgs = {}) => { -// await db.knexReadonlyTransaction((trx) => -// batchTagChartsWithGpt(trx, { debug, limit }) -// ) -// } const batchTagChartsWithGpt = async ( knex: db.KnexReadonlyTransaction,