This commit is contained in:
lesion 2025-01-28 11:03:54 +01:00
parent 128e759f8a
commit eda904d83a
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -250,7 +250,7 @@ const collectionController = {
res.sendStatus(200) res.sendStatus(200)
} catch (e) { } catch (e) {
log.error('Remove collection failed:' + String(e)) log.error('Remove collection failed:' + String(e))
res.sendStatus(404) res.sendStatus(400)
} }
}, },