From a77854401292629b1f1c9137b9b0a36fc82ebfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Wed, 11 Mar 2026 21:46:29 +0100 Subject: [PATCH] pl-api: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/lib/entities/quote.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-api/lib/entities/quote.ts b/packages/pl-api/lib/entities/quote.ts index 70efe36bb..e194d5aa3 100644 --- a/packages/pl-api/lib/entities/quote.ts +++ b/packages/pl-api/lib/entities/quote.ts @@ -11,7 +11,7 @@ const quoteStateSchema = v.picklist([ 'unauthorized', 'blocked_account', 'blocked_domain', - 'muted-account', + 'muted_account', ]); /**