Skip to content

Commit b333f69

Browse files
authored
fix: update LNODE_LIB_DOC_ID to the correct value (#388)
1 parent bf0f28d commit b333f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compas-open-scd/src/open-scd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import packageJson from '../package.json';
4545
import { CompasSclDataService } from './compas-services/CompasSclDataService.js';
4646
import { createLogEvent } from './compas-services/foundation.js';
4747

48-
const LNODE_LIB_DOC_ID = '3942f511-7d87-4482-bff9-056a98c6ce15';
48+
const LNODE_LIB_DOC_ID = 'fc55c46d-c109-4ccd-bf66-9f1d0e135689';
4949

5050
/** The `<open-scd>` custom element is the main entry point of the
5151
* Open Substation Configuration Designer. */

0 commit comments

Comments
 (0)