Merge commit
This commit is contained in:
parent
f8da7a9f28
commit
0aeb06bb2b
|
@ -97,6 +97,9 @@ export async function bulkImport(ctx: UserCtx) {
|
||||||
// right now we don't trigger anything for bulk import because it
|
// right now we don't trigger anything for bulk import because it
|
||||||
// can only be done in the builder, but in the future we may need to
|
// can only be done in the builder, but in the future we may need to
|
||||||
// think about events for bulk items
|
// think about events for bulk items
|
||||||
|
|
||||||
|
//const resp = pickApi({ tableId }).save(ctx)
|
||||||
|
|
||||||
ctx.status = 200
|
ctx.status = 200
|
||||||
ctx.body = { message: `Bulk rows created.` }
|
ctx.body = { message: `Bulk rows created.` }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue