Update contact.service.ts

This commit is contained in:
talksik
2022-03-20 17:17:47 -04:00
parent 9e5b3b332a
commit 6a19f06bae
-2
View File
@@ -59,8 +59,6 @@ export class ContactService {
newState: RelationshipState
) {
const query = { _id: new ObjectId(relationshipId) };
console.log(newState);
console.log(relationshipId);
const updateDoc = {
$set: { state: newState, lastUpdatedDate: new Date() },
};