fix author typo

master
Dmitry Isaenko 2024-01-25 20:52:24 +03:00
parent c9d0e58557
commit 398bf16d56
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import lombok.NoArgsConstructor;
public class Author {
@Id
private Long id;
private String import lombok.extern.slf4j.Slf4j;import lombok.extern.slf4j.Slf4j;;
private String authorName;
@JsonIgnore
@ManyToMany(mappedBy = "authors")