1
0
Fork 0
mirror of synced 2024-07-27 09:06:08 +12:00

Merge commit

This commit is contained in:
Dean 2023-05-05 13:39:59 +01:00
parent f8da7a9f28
commit 0aeb06bb2b

View file

@ -97,6 +97,9 @@ export async function bulkImport(ctx: UserCtx) {
// 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
// think about events for bulk items
//const resp = pickApi({ tableId }).save(ctx)
ctx.status = 200
ctx.body = { message: `Bulk rows created.` }
}