Skip to content

Commit

Permalink
remove type annotation (as ci build tests complains (why?))
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 2, 2024
1 parent f080d66 commit 6f5243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/src/adapter/BaseQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export class BaseQuery {
}

/**
* @param {import('@cubejs-client/core').TimeDimension} timeDimension
* @param timeDimension
* @return {BaseTimeDimension}
*/
newTimeDimension(timeDimension) {
Expand Down

0 comments on commit 6f5243a

Please sign in to comment.