but it still ran fine without complaining

This commit is contained in:
Adam 2023-07-02 03:54:18 -04:00
parent aa7d9b42e6
commit 2391a31b81

View file

@ -5,7 +5,7 @@ export type Ammo = {
content_type: string;
title: string;
date: string;
url: string;
content: string;
};