Skip to content

Commit

Permalink
Update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Aug 24, 2024
1 parent 926896e commit 4f6297e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4f6297e

Please sign in to comment.