Skip to content

Commit b8b0c1b

Browse files
committed
fix: do not cache user device list
1 parent a88d9b3 commit b8b0c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/listUserDevices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const h = async (
6969
...res,
7070
'@context': Context.userDevices,
7171
},
72-
60,
72+
0,
7373
)
7474
}
7575

0 commit comments

Comments
 (0)