mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 09:04:28 +03:00
Remove comment
This commit is contained in:
parent
2998771110
commit
3cdc12517b
@ -133,7 +133,6 @@ export default function FaceLibrary() {
|
|||||||
|
|
||||||
setIsCreatingFace(true);
|
setIsCreatingFace(true);
|
||||||
try {
|
try {
|
||||||
// Create a directory by making a POST request without a file
|
|
||||||
const resp = await axios.post(`/faces/${newFaceName}/create`);
|
const resp = await axios.post(`/faces/${newFaceName}/create`);
|
||||||
|
|
||||||
if (resp.status === 200) {
|
if (resp.status === 200) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user