We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca356e commit 42d7ff1Copy full SHA for 42d7ff1
README.md
@@ -47,7 +47,7 @@ sequenceDiagram
47
Note over IncodeAPI: /0/omni/get/score
48
IncodeAPI-->>Backend: {score, identityId}
49
alt identityId != candidate
50
- Backend->>Frontend: {"candidate doesn't matches score identityId", isVvalid:false}
+ Backend->>Frontend: {"candidate doesn't matches score identityId", isValid:false}
51
end
52
53
alt score.status != "OK"
0 commit comments