linagora / Twake

Twake is a secure open source collaboration platform to improve organizational productivity.
https://twake.app
GNU Affero General Public License v3.0
1.79k stars 195 forks source link

🧹 cleaned unused imports, variables and fixed types #2467

Closed rezk2ll closed 2 years ago

RomaricMourgues commented 2 years ago

@rezk2ll why is it failing ?

rezk2ll commented 2 years ago

@rezk2ll why is it failing ?

fixed, it was caused by a removed side effect in the useCurrentUser hook.

  //Depreciated way to get use update from LoginService
  LoginService.recoilUpdateUser = setUser;