Remove pointless todo.

pull/4593/head
Dessalines 2 months ago
parent b40214ff2f
commit 8e8bca98e2

@ -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"),
};

Loading…
Cancel
Save