Remove pointless todo.

This commit is contained in:
Dessalines 2024-04-05 11:34:15 -04:00
parent b40214ff2f
commit 8e8bca98e2

View file

@ -298,7 +298,6 @@ test("Create an image post, and make sure a custom thumbnail doesnt overwrite it
};
const upload1 = await alphaImage.uploadImage(uploadForm1);
// TODO but the image content type needs to start with image/
const uploadForm2: UploadImage = {
image: Buffer.from("test2"),
};