Skip to content

Commit

Permalink
🐝 remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Mar 21, 2024
1 parent 715e7c9 commit 1be5ef4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions baker/batchTagWithGpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1be5ef4

Please sign in to comment.