Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api/v1) - Add trimming on title in tags #11432

Merged
merged 1 commit into from
Mar 18, 2025
Merged

fix(api/v1) - Add trimming on title in tags #11432

merged 1 commit into from
Mar 18, 2025

Conversation

aubin-tchoi
Copy link
Contributor

@aubin-tchoi aubin-tchoi commented Mar 18, 2025

Description

Tests

  • N/A.

Risk

  • N/A.

Deploy Plan

  • Deploy front.
  • Terminate upsert-queue workflow.
  • Run CLI command to reupsert the document.

@aubin-tchoi aubin-tchoi requested a review from flvndvd March 18, 2025 10:26
Copy link

github-actions bot commented Mar 18, 2025

Warnings
⚠️

Files in **/api/v1/ have been modified and the PR has the documentation-ack label.
Don't forget to run npm run docs and use the Deploy OpenAPI Docs Github action to update https://docs.dust.tt/reference.

Generated by 🚫 dangerJS against 21359ab

@aubin-tchoi aubin-tchoi added the documentation-ack Used to acknowledge that documentation is up-to-date with this PR label Mar 18, 2025
@@ -317,7 +317,8 @@ async function handler(
// - the name of the table
const titleInTags = tags
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit but a helper here would avoid this duplicated code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging as it but I had planned to consolidate the validation + this part in common utils

@aubin-tchoi aubin-tchoi merged commit 36b5fba into main Mar 18, 2025
9 checks passed
@aubin-tchoi aubin-tchoi deleted the fix-trimming branch March 18, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation-ack Used to acknowledge that documentation is up-to-date with this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants