prop only changing with new object...should have knowne
This commit is contained in:
@@ -131,8 +131,6 @@ export class LineService {
|
||||
updateSet
|
||||
);
|
||||
|
||||
console.log(updateRes);
|
||||
|
||||
return updateRes;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user