incorrect path

This commit is contained in:
Miodec 2022-03-10 15:24:30 +01:00
parent 71a8936bfb
commit b54cf2b03f

View file

@ -27,7 +27,7 @@ class NewQuotesDAO {
//check for duplicate first
const fileDir = path.join(
__dirname,
`../../../monkeytype-new-quotes/static/quotes/${language}.json`
`../../../../monkeytype-new-quotes/static/quotes/${language}.json`
);
let duplicateId = -1;
let similarityScore = -1;