Skip to content

Commit c0b2c4f

Browse files
committed
Merge branch 'bbc-release52' into feat/mos-status-handling
2 parents 7a549a8 + 4177162 commit c0b2c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meteor/server/publications/peripheralDeviceForDevice.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ export function convertPeripheralDeviceForGateway(
117117
}
118118
}
119119

120+
console.log('got', peripheralDevice._id, deviceSettings)
121+
120122
return literal<Complete<PeripheralDeviceForDevice>>({
121123
_id: peripheralDevice._id,
122124
studioId: peripheralDevice.studioAndConfigId?.studioId,

0 commit comments

Comments
 (0)