fixed merge conflicts

This commit is contained in:
2025-09-26 16:59:55 +02:00
parent c690fb602e
commit 8f6634b03f
3 changed files with 2 additions and 4 deletions
@@ -195,7 +195,6 @@ deckRouter.get('/:id', authRequired, async (req, res) => {
}
});
deckRouter.patch('/:id', authRequired, async (req, res) => {
deckRouter.patch('/:id', authRequired, async (req, res) => {
try {
const deckId = req.params.id;