Skip to content

Commit

Permalink
delete constructor of ai send response
Browse files Browse the repository at this point in the history
  • Loading branch information
Youthhing committed Sep 6, 2024
1 parent f3d32f0 commit 35ddbdd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package team.flight.backend.service.dto;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class AiSendResponse {

private String response;
Expand Down

0 comments on commit 35ddbdd

Please sign in to comment.