Skip to content

Commit

Permalink
saebom
Browse files Browse the repository at this point in the history
  • Loading branch information
NEWSPRINGISGOOD committed Jan 16, 2024
1 parent e0ef812 commit 38861ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class BaseResponse<T> {

// 요청 성공
public BaseResponse(BaseResponseStatus status, T result) {

this(status);
this.result = result;
}
Expand Down

0 comments on commit 38861ef

Please sign in to comment.