1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00

Remove whitespace-only change.

This commit is contained in:
Sam Rose 2023-10-11 12:51:57 +01:00
parent 7f2ab8b1ae
commit 0d9f257cc2

View file

@ -376,7 +376,6 @@ export async function destroy(ctx: UserCtx) {
export async function bulkImport(ctx: UserCtx) {
const table = await sdk.tables.getTable(ctx.params.tableId)
const { rows }: { rows: unknown } = ctx.request.body
const schema: unknown = table.schema