From 5056eea79ec2cf5e56e22a5c4827d8bcfbd1ef19 Mon Sep 17 00:00:00 2001 From: iamshoXy Date: Fri, 26 Apr 2024 11:02:34 +0200 Subject: [PATCH] Update --- backend/src/plugins/Cases/functions/getCaseSummary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Cases/functions/getCaseSummary.ts b/backend/src/plugins/Cases/functions/getCaseSummary.ts index 26f0ba52..2a1dade9 100644 --- a/backend/src/plugins/Cases/functions/getCaseSummary.ts +++ b/backend/src/plugins/Cases/functions/getCaseSummary.ts @@ -8,7 +8,7 @@ import { caseAbbreviations } from "../caseAbbreviations"; import { CasesPluginType } from "../types"; import { getCaseIcon } from "./getCaseIcon"; -const CASE_SUMMARY_REASON_MAX_LENGTH = 662; +const CASE_SUMMARY_REASON_MAX_LENGTH = 600; const INCLUDE_MORE_NOTES_THRESHOLD = 20; const UPDATE_STR = "\n**[Update]**";