Skip to content

Commit d409cca

Browse files
fix error message
Co-authored-by: Igor Lukanin <[email protected]>
1 parent d288d9c commit d409cca

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
@@ -874,7 +874,7 @@ class ApiGateway {
874874
if (result.length === 0) {
875875
throw new UserError(
876876
'A user\'s selector doesn\'t match any of the ' +
877-
'pre-aggregations defined by the Cube schemas.'
877+
'pre-aggregations defined in the data model.'
878878
);
879879
}
880880
break;

0 commit comments

Comments
 (0)