Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
hublot
Commits
629efb4d
Commit
629efb4d
authored
Nov 13, 2017
by
Tom Jorquera
Browse files
[66] fix undefined value when receiving reco
`config` => `clientConfig` fix
#66
parent
3f45004a
Pipeline
#5272
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
client/robot/robot.js
client/robot/robot.js
+1
-1
No files found.
client/robot/robot.js
View file @
629efb4d
...
...
@@ -86,7 +86,7 @@ robot = {
console
.
log
(
formattedReco
);
if
(
formattedReco
!==
''
)
{
robotController
.
sendMessage
(
robot
.
config
.
name
,
robot
.
config
.
avatar
,
formattedReco
);
robotController
.
sendMessage
(
robot
.
c
lientC
onfig
.
name
,
robot
.
c
lientC
onfig
.
avatar
,
formattedReco
);
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment