mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Fixed console errors
This commit is contained in:
parent
0d444239f0
commit
6b287ad4a6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function registerService(method: string, callback: (message: any) => void, subsc
|
|||
method: method,
|
||||
parameters: {},
|
||||
onSuccess: (message: any) => {
|
||||
if (message.value.subscribed === true) {
|
||||
if (message.value?.subscribed === true) {
|
||||
console.log(`Main: Registered ${method} handler with service`);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue