From 033c73647aacadcd4de09565c92a1d8f751e2876 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=EF=B8=8F=20deprecation.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/model/deprecation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/model/deprecation.ts b/src/utils/model/deprecation.ts index a8b0ee2..704ae7f 100644 --- a/src/utils/model/deprecation.ts +++ b/src/utils/model/deprecation.ts @@ -99,3 +99,4 @@ export function getModelDeprecationWarning( return `⚠ ${info.modelName} will be retired on ${info.retirementDate}. Consider switching to a newer model.` } +