We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd3951 commit b591ce6Copy full SHA for b591ce6
README.md
@@ -137,7 +137,7 @@ client.permission.check({
137
id: "3"
138
}
139
}).then((response) => {
140
- if (response.can === PermissionCheckResponse_Result.RESULT_ALLOWED) {
+ if (response.can === permify.grpc.base.CheckResult.CHECK_RESULT_ALLOWED) {
141
console.log("RESULT_ALLOWED")
142
} else {
143
console.log("RESULT_DENIED")
0 commit comments