clean
This commit is contained in:
@@ -27,7 +27,6 @@ router.get('/', async (req, res) => {
|
|||||||
router.post('/cluster', async (req, res) => {
|
router.post('/cluster', async (req, res) => {
|
||||||
try {
|
try {
|
||||||
const notes = await loadNotes();
|
const notes = await loadNotes();
|
||||||
console.log('notes returned from loadNotes', notes)
|
|
||||||
const clusters = await clusterNotes(notes);
|
const clusters = await clusterNotes(notes);
|
||||||
res.json(clusters);
|
res.json(clusters);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user