Skip to content

Commit

Permalink
Merge pull request #128 from cau-likelion-org/refactoring
Browse files Browse the repository at this point in the history
[FIX] append 위치수정
  • Loading branch information
hayeongKo authored Feb 26, 2024
2 parents acc8338 + d7b20a9 commit 1fa5c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get(self, request):
'thumbnail' : project['thumbnail'],
})
elif project['version'] == 11:
twelve.append({
eleven.append({
'id' : project['project_id'],
'title' : project['title'],
'dev_stack' : project['dev_stack'],
Expand Down

0 comments on commit 1fa5c94

Please sign in to comment.