Skip to content

Commit ad1e707

Browse files
committed
style: format source
1 parent 5ea78a7 commit ad1e707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/udpDatagramsLogs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const logDb = {
4545
return (
4646
Items?.map((i) => {
4747
const { ttl, deviceId, ...rest } = unmarshall(i)
48-
void ttl, deviceId
48+
;(void ttl, deviceId)
4949
return {
5050
...rest,
5151
ts: new Date(decodeTime(rest.messageId)).toISOString(),

0 commit comments

Comments
 (0)