1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Respond to Adri's feedback.

This commit is contained in:
Sam Rose 2023-12-12 14:43:53 +00:00
parent 3a7c30c7f3
commit b4f0423ca3
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ import {
} from "@budibase/types"
import API from "./api"
import jwt, { Secret } from "jsonwebtoken"
import { cloneDeep } from "lodash"
import cloneDeep from "lodash/fp/cloneDeep"
class TestConfiguration {
server: any