fix: refactor related to checklist observation (#73)

* refactor: removed unused files, dependencies and added valid callback URL

* chore: update env example

* test: fixed issue with subscription on deleteUserCollection in UserCollection module

* test: fixed time related issue with auth service methods

* chore: removed unused dependencies in auth.service file

---------

Co-authored-by: Mir Arif Hasan <arif.ishan05@gmail.com>
Co-authored-by: Balu Babu <balub997@gmail.com>
This commit is contained in:
Ankit Sridhar
2023-04-07 22:22:41 +05:30
committed by GitHub
parent e54f837b83
commit 100664f77e
8 changed files with 282 additions and 79 deletions

View File

@@ -873,7 +873,10 @@ describe('deleteUserCollection', () => {
);
expect(mockPubSub.publish).toHaveBeenCalledWith(
`user_coll/${user.uid}/deleted`,
rootRESTUserCollection.id,
{
id: rootRESTUserCollection.id,
type: rootRESTUserCollection.type,
},
);
});
});