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
1 changed files with 1 additions and 1 deletions

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