Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adizafri2000 committed Jun 28, 2024
1 parent 860aa43 commit 03379ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import com.example.springbootbackend.dto.produce.ProduceResponseDTO;
import com.example.springbootbackend.dto.store.StoreResponseDTO;

public Record SearchResponseDTO(
public record SearchResponseDTO(
List<ProduceResponseDTO> produce,
List<StoreResponseDTO> store
){}

0 comments on commit 03379ae

Please sign in to comment.