fix: uncomment metadata image storing code

I COMMENTED IT OUT IN 6d9dcde FOR SOME REASON AND FORGOT TO UNCOMMENT
IT!!!!!!
This commit is contained in:
trafficlunar 2025-07-26 14:09:13 +01:00
parent 4f4ca540f4
commit 813f3388df
2 changed files with 2 additions and 3 deletions

View file

@ -64,7 +64,6 @@ export default function Punishments() {
};
const handleSubmit = async () => {
// todo: delete punishments
const response = await fetch(`/api/admin/punish?id=${userId}`, {
method: "POST",
body: JSON.stringify({