Skip to content

Commit

Permalink
fix: updated collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Dec 3, 2024
1 parent 71242e1 commit 2d4bcec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import java.time.LocalDateTime;
import java.util.List;

@Document(collection = "smeem")
@Document(collection = "correction")
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
public class CorrectionDocument {
Expand Down

0 comments on commit 2d4bcec

Please sign in to comment.