mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 Изменение(bot-commands): Изменил передаваемый аргумент для saveResume на объект.ResumeListItem.
This commit is contained in:
@@ -31,6 +31,7 @@ model Resume {
|
||||
id String @id
|
||||
user User @relation(references: [telegramId], fields: [telegramId], onDelete: Cascade)
|
||||
data String
|
||||
title String @default("")
|
||||
telegramId BigInt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user