Update cache API index (#1378)

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
grégoire parant 2021-08-17 13:26:20 +02:00 committed by GitHub
parent 005a3c5a0d
commit 0bfac1a164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ const authToken = "authToken";
const state = "state";
const nonce = "nonce";
const cacheAPIIndex = "workavdenture-cache-v1";
const cacheAPIIndex = "workavdenture-cache-v1.4.14";
class LocalUserStore {
saveUser(localUser: LocalUser) {