Fix resolution of builderSocket

This commit is contained in:
Andrew Kingston 2024-10-09 18:57:47 +01:00
parent f4e149fd92
commit 72dd3a1d59
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import {
} from "@budibase/types"
import { RoleColor, sdk as sharedSdk } from "@budibase/shared-core"
import sdk from "../../sdk"
import { builderSocket } from "src/websockets"
import { builderSocket } from "../../websockets"
const UpdateRolesOptions = {
CREATED: "created",