Skip to content

Commit

Permalink
merge #293: 타임라인 description 뒤에 말줄임표(...) 제거
Browse files Browse the repository at this point in the history
[chore] 타임라인 description 뒤에 말줄임표(...) 제거
  • Loading branch information
yaongmeow authored Dec 7, 2023
2 parents c9ec80b + 2f839db commit 706e308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BE/src/timelines/timelines.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class TimelinesService {
: null;
return {
...timeline,
description: timeline.description + '...',
image: imageUrl,
};
})
Expand Down

0 comments on commit 706e308

Please sign in to comment.