Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix(be): give problem id
Browse files Browse the repository at this point in the history
  • Loading branch information
mnseok committed Aug 1, 2024
1 parent 896963b commit 91d43a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main/src/chat/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export class ChatService {
});

return {
problemId: id,
question,
image,
};
Expand Down

0 comments on commit 91d43a9

Please sign in to comment.