mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
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:
parent
4f4ca540f4
commit
813f3388df
2 changed files with 2 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue