mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 09:59:21 +08:00
incorrect path
This commit is contained in:
parent
71a8936bfb
commit
b54cf2b03f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue