Skip to content

Commit c27916d

Browse files
committed
Update 2025-09-28-nsfw-detector-api-for-images-moderation.md via Reprose
1 parent 022e3f1 commit c27916d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-09-28-nsfw-detector-api-for-images-moderation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date: 2025-09-28
1414

1515
```js
1616
const formdata = new FormData();
17-
formdata.append("image", fileInput.files[0], "(m=eGM68f)(mh=YGlybUU_5R6MVJfb)0.jpg");
17+
formdata.append("image", fileInput.files[0], "nsfw-image.jpg");
1818

1919
const requestOptions = {
2020
method: "POST",

0 commit comments

Comments
 (0)