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 5ea78a7 commit ad1e707Copy full SHA for ad1e707
lambda/udpDatagramsLogs.ts
@@ -45,7 +45,7 @@ const logDb = {
45
return (
46
Items?.map((i) => {
47
const { ttl, deviceId, ...rest } = unmarshall(i)
48
- void ttl, deviceId
+ ;(void ttl, deviceId)
49
return {
50
...rest,
51
ts: new Date(decodeTime(rest.messageId)).toISOString(),
0 commit comments