From f12393ff1eb1f7c3208dba6c51b7531f918a4b66 Mon Sep 17 00:00:00 2001 From: PE39806 <185931318+PE39806@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:02:39 +0000 Subject: [PATCH] Update model.ts --- backend/src/services/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/services/model.ts b/backend/src/services/model.ts index fd8f567d4..513434998 100644 --- a/backend/src/services/model.ts +++ b/backend/src/services/model.ts @@ -1,5 +1,5 @@ import { Validator } from 'jsonschema' -import _ from 'lodash' +import * as _ from 'lodash-es' import authentication from '../connectors/authentication/index.js' import { ModelAction, ModelActionKeys, ReleaseAction } from '../connectors/authorisation/actions.js'