Skip to content

Commit

Permalink
Merge pull request #371 from Klimatbyran/staging
Browse files Browse the repository at this point in the history
Trigger new build
  • Loading branch information
Greenheart authored Dec 2, 2024
2 parents 5fc1485 + b319142 commit fea0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers/nlmExtractTables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const nlmExtractTables = new DiscordWorker(
)

job.sendMessage(
`🤖 Hittade relevanta tabeller på ${pages.length} unika sidor`
`🤖 Hittade relevanta tabeller på ${pages.length} unika sidor.`
)

const tables: { page_idx: number; markdown: string }[] =
Expand Down

0 comments on commit fea0144

Please sign in to comment.