Skip to content

Commit 2700b6b

Browse files
committed
runStore(data, crud) removed second param crud
1 parent 9f14cb3 commit 2700b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config.broadcast = false
3131

3232
if (crud) {
3333
crud.forEach(async (data) => {
34-
await runStore(data, 'crud')
34+
await runStore(data)
3535
})
3636
}
3737

0 commit comments

Comments
 (0)