From 7644f2bdaa6fd40e67d19303bda8b48170af36a2 Mon Sep 17 00:00:00 2001 From: iamshoXy Date: Fri, 26 Apr 2024 10:54:44 +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 469facff..26f0ba52 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 = 682; +const CASE_SUMMARY_REASON_MAX_LENGTH = 662; const INCLUDE_MORE_NOTES_THRESHOLD = 20; const UPDATE_STR = "\n**[Update]**";