Skip to content

Commit 517d60d

Browse files
committed
chore: fix whitespace
1 parent 10149d2 commit 517d60d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/server/utils/user.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,3 @@ export const getLastLoginTime = async (userId: number, options: ModuleOptions):
361361
// Convert Date objects to ISO strings if needed
362362
return lastLogin instanceof Date ? lastLogin.toISOString() : lastLogin
363363
}
364-

0 commit comments

Comments
 (0)