We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeee6e commit d30df56Copy full SHA for d30df56
src/OPC-UA-Server/index.js
@@ -732,7 +732,7 @@ process.on('uncaughtException', (err) =>
732
},
733
]
734
735
- let changeStream = rtCollection.watch(csPipeline, {
+ const changeStream = rtCollection.watch(csPipeline, {
736
fullDocument: 'updateLookup',
737
})
738
@@ -758,12 +758,9 @@ process.on('uncaughtException', (err) =>
758
const v = convertValueVariant(change.fullDocument)
759
for (let i = 0; i < servers.length; i++) {
760
try {
761
- let srv = servers[i]
+ const srv = servers[i]
762
763
- //if (change.fullDocument.ungroupedDescription === 'Random')
764
- // change.fullDocument.ungroupedDescription = 'Random'
765
-
766
- let m = srv._metrics[change.fullDocument?.tag]
+ const m = srv._metrics[change.fullDocument?.tag]
767
if (m !== undefined) {
768
m.setValueFromSource(
769
{
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments