monkey-front-core 0.0.308 → 0.0.309

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3727,10 +3727,10 @@ class MonkeyEcxTokenStorageService {
3727
3727
  meHasChanged() {
3728
3728
  return this.me$.asObservable() || null;
3729
3729
  }
3730
- getToken() {
3730
+ async getToken() {
3731
3731
  return this.getAllTokens();
3732
3732
  }
3733
- getMe() {
3733
+ async getMe() {
3734
3734
  return this.getAllMe();
3735
3735
  }
3736
3736
  setToken(token) {