Fixed typo in default custom output key for categories

This commit is contained in:
Isaac Abadi
2021-01-12 22:32:27 -05:00
parent 1d5490c0ff
commit d7d861ef0e

View File

@@ -2244,7 +2244,7 @@ app.post('/api/createCategory', optionalJwt, async (req, res) => {
name: name,
uid: uuid(),
rules: [],
custom_putput: ''
custom_output: ''
};
db.get('categories').push(new_category).write();