We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fca15 commit b27b79bCopy full SHA for b27b79b
src/layers/Neo4j/createUniqueIndex.ts
@@ -14,7 +14,7 @@ export const createUniqueIndex = async (
14
REQUIRE node.${propertyName} IS UNIQUE
15
`))
16
} catch (error) {
17
- throw error
+ return
18
} finally {
19
await neo4jSession.close()
20
}
0 commit comments