You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the following errors in message router:
- The documents class had no way of clearing the document store. This is needed
during tests
- The document store would error if a non-existant document was called. This
commit adds a simple nil check
- The getResource request should have returned if an error was found. This
commit adds explicit returns where required
0 commit comments