We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272790 commit b616d57Copy full SHA for b616d57
functions/lib/table-to-ecom.js
@@ -92,7 +92,7 @@ const MAPPED_COLUMNS = [
92
parser: (row, _, options = {}) => {
93
const worksheet = options.worksheet || options.sheetResult
94
const categories = []
95
-
+
96
row.eachCell((_, columnNumber) => {
97
if (worksheet) {
98
const key = worksheet.getColumn(columnNumber).key
functions/lib/tasks.js
@@ -224,7 +224,8 @@ const handleWorker = async () => {
224
.where('ready_at', '<=', now)
225
.orderBy('ready_at').limit(600)
226
227
- const limitDocs = 50
+ const limitDocs = 100
228
229
const notificationDocs = await query.get()
230
const storeIds = []
231
if (!notificationDocs.empty) {
0 commit comments