Fixed broken testdata script
parent
f149b87c3a
commit
41cb4e24c5
|
@ -1,6 +1,6 @@
|
|||
const { getConfig } = require('./common');
|
||||
const { initDb } = require('./db');
|
||||
const { fixProductDates } = require('./indexing');
|
||||
const { fixProductDates } = require('../test/helper');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
|
|
Loading…
Reference in New Issue