1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00

Merge pull request #10799 from Budibase/fix_tests

Fix test
This commit is contained in:
Adria Navarro 2023-06-06 15:54:16 +02:00 committed by GitHub
commit 98d2c21b32

View file

@ -29,7 +29,7 @@ import {
} from "@budibase/types"
import sdk from "../../sdk"
import { builderSocket } from "../../websockets"
import { setupCreationAuth as googleSetupCreationAuth } from "src/integrations/googlesheets"
import { setupCreationAuth as googleSetupCreationAuth } from "../../integrations/googlesheets"
function getErrorTables(errors: any, errorType: string) {
return Object.entries(errors)