Skip to content

Commit 53d71a2

Browse files
authored
fix(api-gateway): permissions error message (#6269)
1 parent b234afc commit 53d71a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-api-gateway/src/gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ class ApiGateway {
22162216
throw new CubejsHandlerError(
22172217
403,
22182218
'Forbidden',
2219-
`Permission is not allowed: ${permission}`
2219+
`Permission is missed: ${permission}`
22202220
);
22212221
}
22222222
}

0 commit comments

Comments
 (0)