From 219e7ed7c09cd28c9b8692b2c88ae38858ced240 Mon Sep 17 00:00:00 2001 From: jaehwang Date: Mon, 23 Feb 2026 00:55:35 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=88=EC=9E=90=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/social/api/routers/v1/seo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/social/api/routers/v1/seo.py b/app/social/api/routers/v1/seo.py index 7d44d11..af80407 100644 --- a/app/social/api/routers/v1/seo.py +++ b/app/social/api/routers/v1/seo.py @@ -82,7 +82,7 @@ async def make_youtube_seo_description( project = project_query.scalar_one_or_none() marketing_query = await session.execute( select(MarketingIntel) - .where(MarketingIntel.id == project.marketing_inteligence) + .where(MarketingIntel.id == project.marketing_intelligence) ) marketing_intelligence = marketing_query.scalar_one_or_none()