mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Fix missing provider when a device is plugged in for the first time
This commit is contained in:
parent
7fb721f379
commit
25b9583d5c
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ module.exports = function(options) {
|
||||||
important: true
|
important: true
|
||||||
, data: {
|
, data: {
|
||||||
serial: message.serial
|
serial: message.serial
|
||||||
|
, provider: message.provider
|
||||||
, present: true
|
, present: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue