From 81b934603c3de42f5f35f0a44244ae041afa7ba9 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 10 Feb 2022 21:36:53 +0300 Subject: [PATCH] Update update.js --- scripts/api/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/api/update.js b/scripts/api/update.js index 3839bb2..db7f13a 100644 --- a/scripts/api/update.js +++ b/scripts/api/update.js @@ -1,4 +1,4 @@ -const { csv } = require('./core') +const { csv } = require('../core') const path = require('path') const glob = require('glob') const fs = require('fs')