From 2391a31b81bae69b8fb44652985189ab45294160 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 2 Jul 2023 03:54:18 -0400 Subject: [PATCH] but it still ran fine without complaining --- frontend/src/components/Slingshot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Slingshot.tsx b/frontend/src/components/Slingshot.tsx index f6d6115..0a945ca 100644 --- a/frontend/src/components/Slingshot.tsx +++ b/frontend/src/components/Slingshot.tsx @@ -5,7 +5,7 @@ export type Ammo = { content_type: string; title: string; date: string; - url: string; + content: string; };