Follow @mattwr18's review

This commit is contained in:
roschaefer 2019-09-10 15:40:10 +02:00
parent 77eb8274f3
commit 22af1399b3

View File

@ -99,7 +99,6 @@ export default {
const posts = transactionRes.records.map(record => {
return record.get('post').properties
})
debugger
post = posts[0]
} catch (e) {
if (e.code === 'Neo.ClientError.Schema.ConstraintValidationFailed')