Skip to content

Commit

Permalink
Fix static analysis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Dec 1, 2023
1 parent 9268f83 commit dd675a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/server/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ type AgentPayload = {
message: any;
conv_id: number;
isAnswerToAgentQuestion: boolean;
userResponseToTeamId: number | null | undefined;
};

export const getAgentResponse: GetAgentResponse<AgentPayload> = async (
Expand Down
1 change: 0 additions & 1 deletion src/server/webSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const checkTeamStatusAndUpdateInDB = (io, context) => {

conversations.length > 0 &&
conversations.forEach(async function (conversation) {
console.log(conversation.id);
try {
const payload = {
team_id: conversation.team_id,
Expand Down

0 comments on commit dd675a8

Please sign in to comment.