-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge #309: postings와 postings/mine 응답 시 user 프로필 사진 이미지 URL 반환하도록 수정
[fix] postings와 postings/mine 응답 시 user 프로필 사진 이미지 URL 반환하도록 수정
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,11 @@ export const findOne_OK = { | |
id: '000056789012345678901234567890123456', | ||
name: 'pong', | ||
avatar: null, | ||
resourceId: 'km', | ||
resourceId: 'temp111', | ||
socialType: 1, | ||
email: '[email protected]', | ||
allowedIp: ['아이피', '아이피'], | ||
bannedIp: ['아이피', '아이피'], | ||
}, | ||
likeds: 2, | ||
reports: 0, | ||
|
@@ -122,6 +125,9 @@ export const remove_OK = { | |
avatar: null, | ||
resourceId: 'temp', | ||
socialType: 1, | ||
email: '[email protected]', | ||
allowedIp: ['아이피', '아이피'], | ||
bannedIp: ['아이피', '아이피'], | ||
}, | ||
likeds: [], | ||
reports: [], | ||
|