1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00

Append auth on verification

This commit is contained in:
Adria Navarro 2023-05-16 09:50:23 +02:00
parent 911a072069
commit d6473aab87

View file

@ -25,6 +25,7 @@ import {
DatasourcePlus,
} from "@budibase/types"
import sdk from "../../sdk"
import _ from "lodash"
function getErrorTables(errors: any, errorType: string) {
return Object.entries(errors)