Update spacing

This commit is contained in:
Nicholas Wallace 2024-08-23 18:33:37 -07:00
parent 926896eca6
commit 4f6297e896

View file

@ -459,7 +459,6 @@ class Server {
)
// Step 4: Delete all older series and report how many were deleted
const seriesRemoved = await Database.seriesModel.destroy({
where: {
id: { [Sequelize.Op.in]: seriesIdsToUpdate }