Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package org.terning.terningserver.auth.dto.response;

import com.fasterxml.jackson.annotation.JsonInclude;
import org.terning.terningserver.auth.dto.Token;
Copy link

Copilot AI Aug 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the PR description - '소A셜' should be '소셜'.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot이 오타를 잘 잡아주네요! 😅 꼼꼼한 피드백 감사합니다. 바로 수정했습니다!

import org.terning.terningserver.user.domain.AuthType;

@JsonInclude(JsonInclude.Include.NON_NULL)
public record SignInResponse(
String accessToken,
String refreshToken,
Expand Down
Loading