We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305869a commit 2176b17Copy full SHA for 2176b17
src/composables/useIdentityStates.ts
@@ -5,7 +5,8 @@ type useIdentityStateReturnType = {
5
};
6
7
export enum IdentityState {
8
- SYNCED = 3,
+ SYNCED = 99,
9
+ PROCESSING = 50,
10
TO_SYNC = 2,
11
TO_VALIDATE = 1,
12
UNKNOWN = 0,
src/constants/enums.ts
@@ -1,5 +1,6 @@
1
2
3
4
0 commit comments