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 10149d2 commit 517d60dCopy full SHA for 517d60d
src/runtime/server/utils/user.ts
@@ -361,4 +361,3 @@ export const getLastLoginTime = async (userId: number, options: ModuleOptions):
361
// Convert Date objects to ISO strings if needed
362
return lastLogin instanceof Date ? lastLogin.toISOString() : lastLogin
363
}
364
-
0 commit comments