Skip to content

Commit e659f1d

Browse files
committed
fix: Added inline comment
1 parent 279d3ab commit e659f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ model RefreshToken {
6565
revokedAt DateTime? @map("revoked_at") // null = still valid
6666
createdAt DateTime @default(now()) @map("created_at")
6767
userAgent String? @map("user_agent")
68-
ip String?
68+
ip String? //hash
6969
7070
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
7171

0 commit comments

Comments
 (0)