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

Fix lint.

This commit is contained in:
Sam Rose 2024-04-08 11:06:43 +01:00
parent 5334c5ba9a
commit c30cc06d47
No known key found for this signature in database

View file

@ -49,7 +49,6 @@ export async function save(
builderSocket?.emitDatasourceUpdate(ctx, datasource)
return table
} catch (err: any) {
throw err
if (err instanceof Error) {
ctx.throw(400, err.message)
} else {