Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions models/author.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ interface IAuthorModel extends Model<IAuthor> {
getAuthorIdByName(family_name: string, first_name: string): Promise<mongoose.Types.ObjectId | null>;
}

/**
* This is a change to test continuous integration
*/

/**
* A schema to define the structure of author documents in MongoDB.
* It includes virtual properties for the author's full name and lifespan.
Expand Down
Loading