prop only changing with new object...should have knowne

This commit is contained in:
talksik
2022-05-07 13:31:30 -05:00
parent d8ece9eb51
commit a41753b574
5 changed files with 17 additions and 15 deletions
-2
View File
@@ -131,8 +131,6 @@ export class LineService {
updateSet
);
console.log(updateRes);
return updateRes;
}
+3 -3
View File
@@ -123,10 +123,10 @@ export default function InitializeWs(io: any) {
LineMemberState.TUNED
);
} else {
// just updates the
await LineService.updateLineMemberVisitDate(
await LineService.updateLineMemberState(
req.lineId,
userInfo.userId
userInfo.userId,
LineMemberState.INBOX
);
}