Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit bd2312f

Browse files
committed
Fix #105
1 parent 0261060 commit bd2312f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/helper/get-unique-slug.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const getUniqueSlug = (service, slug, count, id) => {
44

55
// Test if we already have data with this slug
66
const query = {
7+
$disableSoftDelete: true,
78
slug: testSlug
89
};
910
// ignore entry with given id (if set)

0 commit comments

Comments
 (0)