Skip to content

Commit c36b35e

Browse files
committed
add updatedAt to hashed uin registry
1 parent 1776396 commit c36b35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/functions/uin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export async function saveHashedUserUin({
155155
Item: marshall({
156156
uinHash,
157157
netId,
158+
updatedAt: new Date().toISOString(),
158159
}),
159160
}),
160161
);

0 commit comments

Comments
 (0)